diff --git a/README.md b/README.md
index 38985ec0d00d00f2739aae1c5b600e49305595a8..43dc9f2136594db5f5fee8a3607e90db42f0f6d6 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,14 @@ KaTeX is fast. This plugin makes it easy to support it in your markdown.
 
 ## Usage
 
+Install the plugin
+
 ```
 npm install markdown-it-katex
 ```
 
+Include it in your javascript
+
 ```javascript
 var md = require('markdown-it')(),
 	mk = require('markdown-it-katex');
diff --git a/package.json b/package.json
index 267d9140f1cb2186bfb13d6d9c541efe9badcdde..cff5182bf408d4f9517451ee27b6e802e37c3b21 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "markdown-it-katex",
-  "version": "1.0.1",
+  "version": "1.0.2",
   "description": "Easy KaTeX support for markdown-it ",
   "main": "index.js",
   "scripts": {