From 4503067c08d775f0860c2715f723e671a0c57ad6 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Fri, 24 May 2013 19:12:30 +0400 Subject: [PATCH] Corrected basic application readme --- apps/basic/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/basic/README.md b/apps/basic/README.md index 47e5ca6cb0..5300448d90 100644 --- a/apps/basic/README.md +++ b/apps/basic/README.md @@ -52,7 +52,7 @@ You can then install the Bootstrap Application using the following command: php composer.phar create-project --stability=dev yiisoft/yii2-app-basic yii-basic ~~~ -Now you should be able to access the Bootstrap Application using the URL `http://localhost/yii-basic/www/`, +Now you should be able to access the application using the URL `http://localhost/yii-basic/www/`, assuming `yii-basic` is directly under the document root of your Web server.