Bläddra i källkod

Renamed application template into project template in docs

Alexander Makarov 11 år sedan
förälder
incheckning
d091d08d17
2 ändrade filer med 7 tillägg och 7 borttagningar
  1. 5 5
      README.md
  2. 2 2
      composer.json

+ 5 - 5
README.md

@@ -1,7 +1,7 @@
-Yii 2 Basic Application Template
-================================
+Yii 2 Basic Project Template
+============================
 
-Yii 2 Basic Application Template is a skeleton [Yii 2](http://www.yiiframework.com/) application best for
+Yii 2 Basic Project Template is a skeleton [Yii 2](http://www.yiiframework.com/) application best for
 rapidly creating small projects.
 
 The template contains the basic features including user login/logout and a contact page.
@@ -32,7 +32,7 @@ DIRECTORY STRUCTURE
 REQUIREMENTS
 ------------
 
-The minimum requirement by this application template that your Web server supports PHP 5.4.0.
+The minimum requirement by this project template that your Web server supports PHP 5.4.0.
 
 
 INSTALLATION
@@ -55,7 +55,7 @@ http://localhost/basic/web/
 If you do not have [Composer](http://getcomposer.org/), you may install it by following the instructions
 at [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix).
 
-You can then install this application template using the following command:
+You can then install this project template using the following command:
 
 ~~~
 php composer.phar global require "fxp/composer-asset-plugin:1.0.0"

+ 2 - 2
composer.json

@@ -1,7 +1,7 @@
 {
     "name": "yiisoft/yii2-app-basic",
-    "description": "Yii 2 Basic Application Template",
-    "keywords": ["yii2", "framework", "basic", "application template"],
+    "description": "Yii 2 Basic Project Template",
+    "keywords": ["yii2", "framework", "basic", "project template"],
     "homepage": "http://www.yiiframework.com/",
     "type": "project",
     "license": "BSD-3-Clause",