fix readme
This commit is contained in:
parent
4881a416be
commit
1387fbca38
@ -15,7 +15,7 @@ Use [API documentation](http://retailcrm.github.io/api-client-php)
|
||||
|
||||
2) Run into your project directory:
|
||||
```bash
|
||||
composer require retailcrm/api-client-php ~3.0.0
|
||||
composer require retailcrm/api-client-php ~3.0.0 --no-dev
|
||||
```
|
||||
|
||||
If you have not used `composer` before, include autoloader into your project.
|
||||
|
@ -15,7 +15,7 @@ PHP-клиент для работы с [retailCRM API](http://www.retailcrm.ru/
|
||||
|
||||
2) Выполните в папке проекта:
|
||||
```bash
|
||||
composer require retailcrm/api-client-php ~3.0.0
|
||||
composer require retailcrm/api-client-php ~3.0.0 --no-dev
|
||||
```
|
||||
|
||||
В конфиг `composer.json` вашего проекта будет добавлена библиотека `retailcrm/api-client-php`, которая установится в папку `vendor/`. При отсутствии файла конфига или папки с вендорами они будут созданы.
|
||||
|
Loading…
Reference in New Issue
Block a user