aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-24 12:33:45 +0000
committerGitHub <[email protected]>2021-04-24 12:33:45 +0000
commit4bb8edab695659b2d8ed0e3204cf385e65f20a54 (patch)
tree387ac4a9c7eb27a4232734f3d3dadbe7f3b5edc6
parentfmt: Closing anchor tag on new-line (diff)
downloadwhirl-4bb8edab695659b2d8ed0e3204cf385e65f20a54.tar.xz
whirl-4bb8edab695659b2d8ed0e3204cf385e65f20a54.zip
fmt: Add alt. attributes to images
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 10a6cb8..fdcc17d 100644
--- a/README.md
+++ b/README.md
@@ -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>