From 1dcbfdff914f6b354557f25f1ca4343b37d07d19 Mon Sep 17 00:00:00 2001
From: Waylon Flinn <waylonflinn@gmail.com>
Date: Fri, 11 Mar 2016 09:40:00 -0600
Subject: [PATCH] link to github stylesheet

---
 README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index fd2f316..52b8c23 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Install the plugin
 npm install markdown-it-katex
 ```
 
-Include it in your javascript
+Use it in your javascript
 
 ```javascript
 var md = require('markdown-it')(),
@@ -38,8 +38,10 @@ Include the KaTeX stylesheet in your html:
 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.5.1/katex.min.css">
 ```
 
-If you're using the default markdown-it parser, I also recommend the github stylesheet:
-https://github.com/sindresorhus/github-markdown-css
+If you're using the default markdown-it parser, I also recommend the [github stylesheet](https://github.com/sindresorhus/github-markdown-css):
+```html
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/github-markdown-css/2.2.1/github-markdown.css"/>
+```
 
 ## Examples
 
-- 
GitLab