Skip to content

Commit 77728dc

Browse files
authored
Standardize the README format (#25)
1 parent 956101b commit 77728dc

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,9 +1,20 @@
1-
# Parent library for all Codeception framework modules and PhpBrowser
1+
# Codeception\Lib\InnerBrowser
22

3-
[![Build Status](https://travis-ci.org/Codeception/lib-innerbrowser.svg?branch=master)](https://travis-ci.org/Codeception/lib-innerbrowser)
3+
Parent library for all Codeception framework modules and PhpBrowser.
4+
5+
[![Actions Status](https://github.com/Codeception/lib-innerbrowser/workflows/CI/badge.svg)](https://github.com/Codeception/lib-innerbrowser/actions)
6+
[![Latest Stable Version](https://poser.pugx.org/codeception/lib-innerbrowser/v/stable)](https://github.com/Codeception/lib-innerbrowser/releases)
7+
[![Total Downloads](https://poser.pugx.org/codeception/lib-innerbrowser/downloads)](https://packagist.org/packages/codeception/lib-innerbrowser)
8+
[![License](https://poser.pugx.org/codeception/lib-innerbrowser/license)](/LICENSE)
49

510
## Installation
611

712
```
8-
composer require "codeception/lib-innerbrowser"
13+
composer require "codeception/lib-innerbrowser" --dev
914
```
15+
16+
## License
17+
18+
`Codeception Lib InnerBrowser` is open-sourced software licensed under the [MIT](/LICENSE) License.
19+
20+
© Codeception PHP Testing Framework

0 commit comments

Comments
 (0)