We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b74605 commit f6e359bCopy full SHA for f6e359b
externals/instruction.md
@@ -3,12 +3,12 @@ Add a badge
3
Add a badge to your awesome project by pasting this line in your README.md.
4
5
```html
6
-<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg"></a>
+<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu"></a>
7
```
8
9
or equivalent Markdown code
10
11
```markdown
12
[](https://996.icu)
13
14
0 commit comments