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:
```
-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
+
+```
## Examples