diff options
| author | Fuwn <[email protected]> | 2021-04-24 12:33:45 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-24 12:33:45 -0700 |
| commit | 26f84756b947b5d7b91138f1214794749add142e (patch) | |
| tree | 568caa390cc2e97ad2eb7086be9ac24cf8c88aaa | |
| parent | fmt: Closing anchor tag on new-line (diff) | |
| download | whirl-26f84756b947b5d7b91138f1214794749add142e.tar.xz whirl-26f84756b947b5d7b91138f1214794749add142e.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> |