README.md fix
This commit is contained in:
parent
0ac7375802
commit
3751962239
@ -28,8 +28,10 @@ Usage
|
|||||||
|
|
||||||
``` php
|
``` php
|
||||||
|
|
||||||
$crmApiClient = new \IntaroCrm\RestApi('http://demo.intarocrm.ru',
|
$crmApiClient = new \IntaroCrm\RestApi(
|
||||||
'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH');
|
'http://demo.intarocrm.ru',
|
||||||
|
'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH'
|
||||||
|
);
|
||||||
```
|
```
|
||||||
Constructor arguments are:
|
Constructor arguments are:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user