Skip to content

Commit d560943

Browse files
authored
Standardize the README format (#12)
1 parent dc70564 commit d560943

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

readme.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
# Codeception Module Asserts
22

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

58
A Codeception module containing various assertions.
69

710
## Installation
811

912
```
10-
composer require --dev "codeception/module-asserts"
13+
composer require "codeception/module-asserts" --dev
1114
```
1215

1316
## Documentation
1417

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

0 commit comments

Comments
 (0)