Skip to content

Commit fd8f294

Browse files
committed
fix: reorder badges in README for better visibility and consistency
Signed-off-by: Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
1 parent 27c51d7 commit fd8f294

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Fast Forward Framework
22

3-
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
43
[![PHP Version](https://img.shields.io/badge/php-^8.3-blue.svg)](https://www.php.net/releases/)
5-
[![PSR-7](https://img.shields.io/badge/PSR_7-http--message-777bb4.svg)](https://www.php-fig.org/psr/psr-7/)
4+
[![Tests](https://github.com/php-fast-forward/clock/actions/workflows/tests.yml/badge.svg)](https://github.com/php-fast-forward/clock/actions/workflows/tests.yml)
5+
[![Coverage](https://img.shields.io/badge/coverage-phpunit-green)](https://php-fast-forward.github.io/framework/coverage/index.html)
6+
[![Docs](https://img.shields.io/badge/coverage-phpunit-green)](https://php-fast-forward.github.io/framework/index.html)
7+
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
8+
9+
[![PSR-7](https://img.shields.io/badge/PSR--7-http--message-777bb4.svg)](https://www.php-fig.org/psr/psr-7/)
610
[![PSR-11](https://img.shields.io/badge/PSR--11-container-777bb4.svg)](https://www.php-fig.org/psr/psr-11/)
711
[![PSR-14](https://img.shields.io/badge/PSR--14-event--dispatcher-777bb4.svg)](https://www.php-fig.org/psr/psr-14/)
8-
[![PSR-17](https://img.shields.io/badge/PSR_17-http--factory-777bb4.svg)](https://www.php-fig.org/psr/psr-7/)
9-
[![PSR-18](https://img.shields.io/badge/PSR_18-http--client-777bb4.svg)](https://www.php-fig.org/psr/psr-7/)
12+
[![PSR-17](https://img.shields.io/badge/PSR--17-http--factory-777bb4.svg)](https://www.php-fig.org/psr/psr-7/)
13+
[![PSR-18](https://img.shields.io/badge/PSR--18-http--client-777bb4.svg)](https://www.php-fig.org/psr/psr-7/)
1014
[![PSR-20](https://img.shields.io/badge/PSR--20-clock-777bb4.svg)](https://www.php-fig.org/psr/psr-20/)
1115

1216
**Fast Forward Framework** is a lightweight and fast PHP framework designed for building modern web

0 commit comments

Comments
 (0)