diff options
| author | Fuwn <[email protected]> | 2021-04-24 12:33:45 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-24 12:33:45 +0000 |
| commit | 4bb8edab695659b2d8ed0e3204cf385e65f20a54 (patch) | |
| tree | 387ac4a9c7eb27a4232734f3d3dadbe7f3b5edc6 | |
| parent | fmt: Closing anchor tag on new-line (diff) | |
| download | whirl-4bb8edab695659b2d8ed0e3204cf385e65f20a54.tar.xz whirl-4bb8edab695659b2d8ed0e3204cf385e65f20a54.zip | |
fmt: Add alt. attributes to images
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,13 +9,13 @@ <p align="center"> <a href="https://discord.com/invite/8hn6padWF6" title="Discord"> - <img src="https://img.shields.io/discord/821938182274154506"> + <img src="https://img.shields.io/discord/821938182274154506" alt="Discord"> </a> <a href="https://www.codefactor.io/repository/github/whirlsplash/whirl"> <img src="https://www.codefactor.io/repository/github/whirlsplash/whirl/badge" alt="CodeFactor" /> </a> <a href="./LICENSE" title="License"> - <img src="https://img.shields.io/github/license/Whirlsplash/whirl"> + <img src="https://img.shields.io/github/license/Whirlsplash/whirl" alt="License"> </a> </p> |