You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Current version: 2.2.1
25
25
26
26
You will need [Composer](https://getcomposer.org/) installed on your machine to use this library. Verify that composer is installed by typing this command
27
27
28
-
```
28
+
```bash
29
29
composer --version
30
30
```
31
31
@@ -34,7 +34,7 @@ Choose one of the following methods to install **Wordpress XML-RPC PHP Client**
34
34
### Your project has used composer:
35
35
Add this dependency into your `composer.json` file
36
36
37
-
```
37
+
```json
38
38
"hieu-le/wordpress-xmlrpc-client":"~2.0"
39
39
```
40
40
@@ -43,7 +43,7 @@ After that, run `composer update` to install this package.
43
43
### Your project does not use composer:
44
44
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
0 commit comments