Renamed application template into project template in docs

This commit is contained in:
Alexander Makarov 2015-04-02 16:09:56 +03:00
parent b20814fea9
commit d091d08d17
2 changed files with 7 additions and 7 deletions

View File

@ -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"

View File

@ -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",