Skip to content

Commit fb34719

Browse files
authored
Standardize the README format (#19)
1 parent 9298d14 commit fb34719

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

readme.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
1-
# Db module for Codeception
1+
# Codeception Module DB
22

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

510
## Installation
611

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

1116
## Documentation
1217

13-
<a href="https://codeception.com/docs/modules/Db">Module documentation</a>
18+
See [the module documentation](https://codeception.com/docs/modules/Db).
19+
20+
## License
21+
22+
`Codeception Module DB` is open-sourced software licensed under the [MIT](/LICENSE) License.
23+
24+
© Codeception PHP Testing Framework

0 commit comments

Comments
 (0)