From cf536edc2c22e03935fb43a3c1d211b65b3d69b7 Mon Sep 17 00:00:00 2001 From: Ilyas Salikhov Date: Thu, 6 Nov 2014 17:24:44 +0300 Subject: [PATCH] Correct install instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d804928..7c31499 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Installation 2) Run: ```bash -composer require retailcrm/api-client-php 3.0 +composer require retailcrm/api-client-php ~3.0.0 ``` Usage @@ -90,4 +90,4 @@ if ($response->isSuccessful()) { $response->getErrorMsg() ); } -``` \ No newline at end of file +```