Skip to content

Commit a0ba858

Browse files
authored
Standardize the README format (#10)
1 parent f76a729 commit a0ba858

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

readme.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
1-
# PhpBrowser
1+
# Codeception Module PhpBrowser
22

3-
Codeception module for testing web application over HTTP
3+
A Codeception module for testing web application over HTTP.
44

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

710
## Installation
811

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

1316
## Documentation
1417

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

0 commit comments

Comments
 (0)