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

Update README.md

This commit is contained in:
Ilyas Salikhov 2013-10-08 15:19:38 +08:00
parent 2bcb749828
commit ddc59aa378

View File

@ -29,7 +29,7 @@ Usage
``` php
$crmApiClient = new \IntaroCrm\RestApi(
'http://demo.intarocrm.ru',
'https://demo.intarocrm.ru',
'T9DMPvuNt7FQJMszHUdG8Fkt6xHsqngH'
);
```
@ -46,4 +46,4 @@ $orderTypes = $crmApiClient->orderTypesList();
if (!is_null($crmApiClient->getLastError()))
return $crmApiClient->getLastError();
```
```