Merge pull request #28 from rjmunro/patch-1

Switch suggested git URL to http:// instead of git://
This commit is contained in:
Grégoire Passault 2012-07-04 03:42:01 -07:00
commit df2f9b3ada
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Add the following lines to your `deps` file:
```
[GregwarCaptchaBundle]
git=git://github.com/Gregwar/CaptchaBundle.git
git=http://github.com/Gregwar/CaptchaBundle.git
target=/bundles/Gregwar/CaptchaBundle
version=origin/2.0 <- add this if you are using Symfony 2.0
```