From 9e5d6617800e5283b46e86e85b092b692c121261 Mon Sep 17 00:00:00 2001 From: Anil Bisalehalli Prasannakumar Date: Wed, 18 Oct 2017 17:30:13 -0700 Subject: [PATCH] README Changes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8b2eb0..75705be 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ Note: for PHP v 5.6 you would need to comment the below line in the `php.ini` fi ## Installation & Setup -### Via Github Repo +### Via Github Repo ( recommended ) ```php -$ git clone https://github.com/anilkumarbp/glip-botman.git +$ git clone https://github.com/anilkumarbp/glip-botman.git -b bot-provisioner $ cd glip-botman $ curl -sS https://getcomposer.org/installer | php $ composer install @@ -37,7 +37,7 @@ $ composer install Require this package with composer using the following command: ```php -$ composer require anilkumarbp/glip-botman +$ composer require ringcentral/glip-botman ``` Require Composer's autoloader in your PHP script ( index.php ) assuming it is in the same directory where you installed Composer :