1
0
mirror of synced 2024-11-21 21:06:07 +03:00

Correct install instructions

This commit is contained in:
Ilyas Salikhov 2014-11-06 17:24:44 +03:00
parent 652938ea89
commit cf536edc2c

View File

@ -16,7 +16,7 @@ Installation
2) Run:
```bash
composer require retailcrm/api-client-php 3.0
composer require retailcrm/api-client-php ~3.0.0
```
Usage
@ -90,4 +90,4 @@ if ($response->isSuccessful()) {
$response->getErrorMsg()
);
}
```
```