Merge pull request #145 from verschoof/patch-1

Update README.md
This commit is contained in:
Grégoire Passault 2015-10-29 11:14:06 +01:00
commit 29610bb574
1 changed files with 3 additions and 5 deletions

View File

@ -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