Correct install instructions
This commit is contained in:
parent
652938ea89
commit
cf536edc2c
@ -16,7 +16,7 @@ Installation
|
|||||||
|
|
||||||
2) Run:
|
2) Run:
|
||||||
```bash
|
```bash
|
||||||
composer require retailcrm/api-client-php 3.0
|
composer require retailcrm/api-client-php ~3.0.0
|
||||||
```
|
```
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
@ -90,4 +90,4 @@ if ($response->isSuccessful()) {
|
|||||||
$response->getErrorMsg()
|
$response->getErrorMsg()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user