Skip to content

Commit f6e359b

Browse files
authored
Update instruction.md
Add alternative words for the badge when HTML is applied
1 parent 2b74605 commit f6e359b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

externals/instruction.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ Add a badge
33
Add a badge to your awesome project by pasting this line in your README.md.
44

55
```html
6-
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg"></a>
6+
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu"></a>
77
```
88

99
or equivalent Markdown code
1010

1111
```markdown
1212
[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu)
1313
```
14-
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg"></a>
14+
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg" alt="996.icu"></a>

0 commit comments

Comments
 (0)