Skip to content

Commit e2ba4fe

Browse files
authored
Standardize the README format (#11)
1 parent b7d73ce commit e2ba4fe

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,13 +1,24 @@
1-
# Codeception module for Phalcon framework
1+
# Codeception Module Phalcon4
22

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

510
## Installation
611

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

1116
## Documentation
1217

1318
<a href="documentation.md">Look at documentation.md file</a>
19+
20+
## License
21+
22+
`Codeception Module Phalcon4` is open-sourced software licensed under the [MIT](/LICENSE) License.
23+
24+
© Codeception PHP Testing Framework

0 commit comments

Comments
 (0)