README.md fix
This commit is contained in:
parent
0ac7375802
commit
3751962239
1 changed files with 4 additions and 2 deletions
|
@ -28,8 +28,10 @@ Usage
|
|||
|
||||
``` php
|
||||
|
||||
$crmApiClient = new \IntaroCrm\RestApi('http://demo.intarocrm.ru',
|
||||
'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH');
|
||||
$crmApiClient = new \IntaroCrm\RestApi(
|
||||
'http://demo.intarocrm.ru',
|
||||
'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH'
|
||||
);
|
||||
```
|
||||
Constructor arguments are:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue