Skip to content

Commit ca7d2c3

Browse files
fix: Correct badge label formatting for Yii2 version in README.md. (#15)
1 parent de6a79d commit ca7d2c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77

88
<p align="center">
99
<a href="https://www.php.net/releases/8.1/en.php" target="_blank">
10-
<img src="https://img.shields.io/badge/PHP-%3E%3D8.1-787CB5" alt="php-version">
10+
<img src="https://img.shields.io/badge/PHP-%3E%3D8.1-787CB5" alt="PHP-Version">
1111
</a>
1212
<a href="https://github.com/yiisoft/yii2/tree/2.0.52" target="_blank">
13-
<img src="https://img.shields.io/badge/Yii2%20version-2.0.52-blue" alt="Yii2 version 2.0.52">
13+
<img src="https://img.shields.io/badge/Yii2%20-2.0.52-blue" alt="Yii-22.0.52">
1414
</a>
1515
<a href="https://github.com/yiisoft/yii2/tree/22.0" target="_blank">
16-
<img src="https://img.shields.io/badge/Yii2%20-22-blue" alt="Yii2 version 22">
16+
<img src="https://img.shields.io/badge/Yii2%20-22-blue" alt="Yii2-22">
1717
</a>
1818
<a href="https://github.com/yii2-extensions/phpstan/actions/workflows/build.yml" target="_blank">
1919
<img src="https://github.com/yii2-extensions/phpstan/actions/workflows/build.yml/badge.svg" alt="PHPUnit">
2020
</a>
2121
<a href="https://github.com/yii2-extensions/phpstan/actions/workflows/static.yml" target="_blank">
22-
<img src="https://github.com/yii2-extensions/phpstan/actions/workflows/static.yml/badge.svg" alt="Static Analysis">
22+
<img src="https://github.com/yii2-extensions/phpstan/actions/workflows/static.yml/badge.svg" alt="Static-Analysis">
2323
</a>
2424
<a href="https://codecov.io/gh/yii2-extensions/phpstan" target="_blank">
2525
<img src="https://codecov.io/gh/yii2-extensions/phpstan/branch/main/graph/badge.svg?token=MF0XUGVLYC" alt="Codecov">

0 commit comments

Comments
 (0)