From c80cea3253f77464757c61eb7b93c9bbbf9d3c4b Mon Sep 17 00:00:00 2001 From: Yang Hanlin Date: Sat, 30 Mar 2019 23:43:47 +0800 Subject: [PATCH] Update instruction.md Add Markdown code for copying & pasting to add a badge linked to 996.icu --- externals/instruction.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/externals/instruction.md b/externals/instruction.md index 4c7941c..400dcc0 100644 --- a/externals/instruction.md +++ b/externals/instruction.md @@ -5,4 +5,10 @@ Add a badge to your awesome project by pasting this line in your README.md. ```html ``` + +or equivalent Markdown code + +```markdown +[![](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu) +```