Skip to content

Commit 77ef751

Browse files
authored
Standardize the README format (#41)
1 parent 7e2eaeb commit 77ef751

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

readme.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
1-
# Codeception module for Yii2 framework
1+
# Codeception Module Yii2
22

3-
![Build Status](https://github.com/Codeception/module-yii2/workflows/CI/badge.svg)
3+
A Codeception module for Yii2 framework
4+
5+
[![Actions Status](https://github.com/Codeception/module-yii2/workflows/CI/badge.svg)](https://github.com/Codeception/module-yii2/actions)
6+
[![Latest Stable Version](https://poser.pugx.org/codeception/module-yii2/v/stable)](https://github.com/Codeception/module-yii2/releases)
7+
[![Total Downloads](https://poser.pugx.org/codeception/module-yii2/downloads)](https://packagist.org/packages/codeception/module-yii2)
8+
[![License](https://poser.pugx.org/codeception/module-yii2/license)](/LICENSE)
49

510
## Installation
611

712
```
8-
composer require --dev "codeception/module-yii2"
13+
composer require "codeception/module-yii2" --dev
914
```
1015

1116
## Documentation
1217

1318
- [Getting started](https://codeception.com/for/yii)
1419
- [Module documentation](https://codeception.com/docs/modules/Yii2)
20+
21+
## License
22+
23+
`Codeception Module Yii2` is open-sourced software licensed under the [MIT](/LICENSE) License.
24+
25+
© Codeception PHP Testing Framework

0 commit comments

Comments
 (0)