Update instruction.md

Add Markdown code for copying & pasting to add a badge linked to 996.icu
This commit is contained in:
Yang Hanlin
2019-03-30 23:43:47 +08:00
committed by GitHub
parent a5470d8f34
commit c80cea3253

View File

@ -5,4 +5,10 @@ Add a badge to your awesome project by pasting this line in your README.md.
```html
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg"></a>
```
or equivalent Markdown code
```markdown
[![](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu)
```
<a href="https://996.icu"><img src="https://img.shields.io/badge/link-996.icu-red.svg"></a>