From c8444016a6169d38556c10a052c5943886e3fa4d Mon Sep 17 00:00:00 2001 From: Matt Carpenter Date: Mon, 11 Jun 2012 14:54:44 +0300 Subject: [PATCH] Fixed typo in git repo location. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c8793e..f720deb 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Add the following lines to your autoload.php: Download this bundle into vendor/bundles/SimpleThings/ZetaWebmail: - git clone git://github.com/simplethings/ZetaWebmail.git vendor/bundles/SimpleThings/ZetaWebmail + git clone git://github.com/simplethings/ZetaWebmailBundle.git vendor/bundles/SimpleThings/ZetaWebmail Register Autoloading namespace SimpleThings into app/autoload.php