diff --git a/README.md b/README.md
index 43dc9f2136594db5f5fee8a3607e90db42f0f6d6..159fc0f9151bb53f81b13d613d7c2687b1b998de 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,9 @@
 
 Add Math to your Markdown
 
-KaTeX is fast. This plugin makes it easy to support it in your markdown.
+[KaTeX](https://github.com/Khan/KaTeX) is a faster alternative to MathJax. This plugin makes it easy to support in your markdown.
+
+Need convincing? Check out the comparative benchmark: [KaTeX vs MathJax](https://jsperf.com/katex-vs-mathjax/42)
 
 ## Usage
 
diff --git a/package.json b/package.json
index 9f8c9cfa35279e97b7ef18c8d51c29aea51eb7fe..8729be7c3768abdf7b84ffd24fdc94c669ce8afa 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "markdown-it-katex",
-  "version": "1.0.3",
+  "version": "1.0.4",
   "description": "Easy KaTeX support for markdown-it ",
   "main": "index.js",
   "scripts": {