Skip to content

Commit b60d22b

Browse files
committed
Update README.md
1 parent f68ea98 commit b60d22b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Current version: 2.2.1
2525

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

28-
```
28+
```bash
2929
composer --version
3030
```
3131

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

37-
```
37+
```json
3838
"hieu-le/wordpress-xmlrpc-client":"~2.0"
3939
```
4040

@@ -43,7 +43,7 @@ After that, run `composer update` to install this package.
4343
### Your project does not use composer:
4444
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
4545

46-
```
46+
```bash
4747
cd library/installed/dir
4848
composer install
4949
```

0 commit comments

Comments
 (0)