diff --git a/apps/advanced/README.md b/apps/advanced/README.md index 520c83a..a512e17 100644 --- a/apps/advanced/README.md +++ b/apps/advanced/README.md @@ -70,7 +70,7 @@ at [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix). You can then install the application using the following command: ~~~ -php composer.phar create-project --stability=alpha yiisoft/yii2-app-advanced advanced +php composer.phar create-project --stability=dev yiisoft/yii2-app-advanced advanced ~~~ diff --git a/apps/basic/README.md b/apps/basic/README.md index ee6e8ae..d1a17e2 100644 --- a/apps/basic/README.md +++ b/apps/basic/README.md @@ -52,7 +52,7 @@ at [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix). You can then install this application template using the following command: ~~~ -php composer.phar create-project --stability=alpha yiisoft/yii2-app-basic basic +php composer.phar create-project --stability=dev yiisoft/yii2-app-basic basic ~~~ Now you should be able to access the application through the following URL, assuming `basic` is the directory