Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
letrunghieu committed Jun 20, 2014
1 parent f68ea98 commit b60d22b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Current version: 2.2.1

You will need [Composer](https://getcomposer.org/) installed on your machine to use this library. Verify that composer is installed by typing this command

```
```bash
composer --version
```

Expand All @@ -34,7 +34,7 @@ Choose one of the following methods to install **Wordpress XML-RPC PHP Client**
### Your project has used composer:
Add this dependency into your `composer.json` file

```
```json
"hieu-le/wordpress-xmlrpc-client":"~2.0"
```

Expand All @@ -43,7 +43,7 @@ After that, run `composer update` to install this package.
### Your project does not use composer:
Clone or download the archive of this package from [github](https://github.com/letrunghieu/Wordpress-xmlrpc-client/releases). Copy the package directory into a location of your project. Open the command line terminal and do these command

```
```bash
cd library/installed/dir
composer install
```
Expand Down

0 comments on commit b60d22b

Please sign in to comment.