We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8f87eb + 60c8ae4 commit cea459aCopy full SHA for cea459a
1 file changed
README.md
@@ -58,9 +58,9 @@ See the latest version available : https://github.com/EXADS/exads-api-client-php
58
59
```bash
60
$ mkdir vendor
61
-$ wget -q https://github.com/EXADS/exads-api-client-php/archive/v1.2.2.tar.gz
62
-$ tar -xf v1.2.2.tar.gz -C vendor/
63
-$ rm v1.2.2.tar.gz
+$ wget -q https://github.com/EXADS/exads-api-client-php/archive/v1.3.0.tar.gz
+$ tar -xf v1.3.0.tar.gz -C vendor/
+$ rm v1.3.0.tar.gz
64
```
65
66
Then your bootstrap script should look like :
0 commit comments