From 997cc48acf2742ff9e55bbdd8cccaccd9e91cc99 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Tue, 16 Jul 2019 15:56:44 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5bae4a..f0d9788 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This is php retailCRM MG Bot API client. 2) Run into your project directory: ```bash -composer require retailcrm/mg-bot-api-client-php ~1.0 +composer require retailcrm/mg-bot-api-client-php ~1.* ``` If you have not used `composer` before, include autoloader into your project.