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": {