Skip to content

Commit

Permalink
Standardize the README format (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
TavoNiievez committed Jan 12, 2021
1 parent dc70564 commit d560943
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions readme.md
@@ -1,15 +1,24 @@
# Codeception Module Asserts

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

A Codeception module containing various assertions.

## Installation

```
composer require --dev "codeception/module-asserts"
composer require "codeception/module-asserts" --dev
```

## Documentation

<a href="https://codeception.com/docs/modules/Asserts">Module documentation</a>
See [the module documentation](https://codeception.com/docs/modules/Asserts).

## License

`Codeception Module Asserts` is open-sourced software licensed under the [MIT](/LICENSE) License.

© Codeception PHP Testing Framework

0 comments on commit d560943

Please sign in to comment.