Skip to content

Commit d587bd0

Browse files
authored
Removed dev stability flag from readme [skip ci]
1 parent 0022101 commit d587bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ at [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix).
5151
You can then install this project template using the following command:
5252

5353
~~~
54-
php composer.phar create-project --prefer-dist --stability=dev yiisoft/yii2-app-basic basic
54+
composer create-project --prefer-dist yiisoft/yii2-app-basic basic
5555
~~~
5656

5757
Now you should be able to access the application through the following URL, assuming `basic` is the directory

0 commit comments

Comments
 (0)