From 9be08b4325e24c267bd52fe753b7cd88c4bca56c Mon Sep 17 00:00:00 2001 From: Tavo Nieves J <64917965+TavoNiievez@users.noreply.github.com> Date: Tue, 12 Jan 2021 09:21:30 -0500 Subject: [PATCH] Standardize the `README` format --- readme.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 29960ff..ed6cb52 100644 --- a/readme.md +++ b/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 -Module documentation +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