Skip to content

Commit 29105dc

Browse files
committed
Use new composer/hello-world package in the docs, fixes #12684
1 parent 9d93dda commit 29105dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/03-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ provide a version as a third argument, otherwise the latest version is used.
956956
If the directory does not currently exist, it will be created during installation.
957957

958958
```shell
959-
php composer.phar create-project doctrine/orm path "2.2.*"
959+
php composer.phar create-project composer/hello-world my-project
960960
```
961961

962962
It is also possible to run the command without params in a directory with an

0 commit comments

Comments
 (0)