소스 검색

Update 03-cli.md

Fix small typo.
Michael Gooden 12 년 전
부모
커밋
660861c7fd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/03-cli.md

+ 1 - 1
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