From d89a9663152a6118e59db8ab6860af7017be4708 Mon Sep 17 00:00:00 2001 From: "Robert (Jamie) Munro" Date: Wed, 4 Jul 2012 11:16:45 +0200 Subject: [PATCH] Switch suggested git URL to http:// instead of git:// A git url of git://github.com/Gregwar/CaptchaBundle.git didn't work for me. http:// is more reliable, and is used by all the deps in the symfony standard edition http://github.com/symfony/symfony-standard/blob/2.0/deps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f739bd7..99f5c58 100644 --- a/README.md +++ b/README.md @@ -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 ```