1
0
Fork 0

Merge pull request #1641 from MichaelGooden/patch-1

Update 03-cli.md
pull/1645/head
Jordi Boggiano 2013-03-02 03:53:19 -08:00
commit ea2938339d
1 changed files with 1 additions and 1 deletions

View File

@ -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