diff --git a/README.md b/README.md index 2712e67..39f3b4d 100644 --- a/README.md +++ b/README.md @@ -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(); -``` \ No newline at end of file +```