From d87d010c35242de59fc35fe6e78e77cc424fc219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Gautier?= Date: Thu, 16 Aug 2012 15:56:35 +0300 Subject: [PATCH] Fixed typo --- src/Composer/Command/CreateProjectCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Command/CreateProjectCommand.php b/src/Composer/Command/CreateProjectCommand.php index e7a0a19bc..6df45c229 100644 --- a/src/Composer/Command/CreateProjectCommand.php +++ b/src/Composer/Command/CreateProjectCommand.php @@ -64,7 +64,7 @@ controlled code by appending the '--prefer-source' flag. Also, it i advisable to install all dependencies required for development by appending the '--dev' flag. -To install a package from another repository repository than the default one you +To install a package from another repository than the default one you can pass the '--repository-url=http://myrepository.org' flag. EOT