diff options
| author | Fuwn <[email protected]> | 2021-04-24 12:33:13 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-24 12:33:13 +0000 |
| commit | 4710a3f88fa867bff2f61eb9bf6ccedfc17585c4 (patch) | |
| tree | 4fbcac5cc568d7b29efd707a5e005b8ef93b2581 | |
| parent | fmt(CodeFactor): Fix new-line complaints (diff) | |
| download | whirl-4710a3f88fa867bff2f61eb9bf6ccedfc17585c4.tar.xz whirl-4710a3f88fa867bff2f61eb9bf6ccedfc17585c4.zip | |
fmt: Closing anchor tag on new-line
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,8 @@ <img src="https://img.shields.io/discord/821938182274154506"> </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> + <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"> </a> |