From c5a0bbc556a02f55e5e0236e5ac70e8bede68e15 Mon Sep 17 00:00:00 2001
From: Waylon Flinn <waylonflinn@gmail.com>
Date: Fri, 11 Mar 2016 08:06:29 -0600
Subject: [PATCH] clarify usage

---
 README.md    | 4 ++++
 package.json | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 38985ec..43dc9f2 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 267d914..cff5182 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": {
-- 
GitLab