From 018fdd3f3582edc839aa2de0cfa5b2b4853b6c10 Mon Sep 17 00:00:00 2001 From: Mitchel Date: Thu, 29 Oct 2015 10:15:34 +0100 Subject: [PATCH] Update README.md Added composer require instead of the manual way. Composer require will search the latest version and install it for you. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dfe42ac..50b78b5 100644 --- a/README.md +++ b/README.md @@ -47,13 +47,11 @@ $ git submodule update --init ***Using Composer*** -Add the following to the "require" section of your `composer.json` file: +Use composer require to download and install the package. +``` bash + composer require gregwar/captcha-bundle ``` - "gregwar/captcha-bundle": "dev-master" -``` - -And update your dependencies ### Step 2: Configure the Autoloader