Browse Source

improved framework README

tags/2.0.3
Carsten Brandt 10 years ago
parent
commit
63af984d7c
  1. 5
      framework/README.md

5
framework/README.md

@ -3,6 +3,9 @@ Yii PHP Framework Version 2
This is the core framework code of [Yii 2](https://github.com/yiisoft/yii2#readme).
This repository is a git submodule of <https://github.com/yiisoft/yii2>.
Please submit issue reports and pull requests to the main repository.
For license information check the [LICENSE](LICENSE.md)-file.
Installation
------------
@ -19,7 +22,7 @@ composer require yiisoft/yii2
or add
```json
"yiisoft/yii2": "*",
"yiisoft/yii2": "~2.0.0",
```
to the require section of your composer.json.

Loading…
Cancel
Save