From 660861c7fd33a558d68c54d1ff2c06c4eca66868 Mon Sep 17 00:00:00 2001 From: Michael Gooden Date: Sat, 2 Mar 2013 13:42:53 +0200 Subject: [PATCH] Update 03-cli.md Fix small typo. --- doc/03-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/03-cli.md b/doc/03-cli.md index 045c9f871..043ce1801 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -303,7 +303,7 @@ To create a new project using composer you can use the "create-project" command. Pass it a package name, and the directory to create the project in. You can also provide a version as third argument, otherwise the latest version is used. -The directory is not allowed to exist, it will be created during installation. +If the directory does not currently exist, it will be created during installation. php composer.phar create-project doctrine/orm path 2.2.0