From 3751962239e29b89e85d0bfe989baf68fdcc102b Mon Sep 17 00:00:00 2001 From: Kruglov Kirill Date: Thu, 4 Jul 2013 17:03:35 +0400 Subject: [PATCH] README.md fix --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58ac7e4..53fce85 100644 --- a/README.md +++ b/README.md @@ -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: