diff --git a/README.md b/README.md
index 3504359703319ed88b34174f9d0248ffb1062c6b..4f6cb5cfd947782d3b7e878f49030e941aad4a6a 100644
--- a/README.md
+++ b/README.md
@@ -2,14 +2,13 @@
 
 Add Math to your Markdown
 
-[![Build Status](https://travis-ci.org/waylonflinn/markdown-it-katex.svg?branch=master)](https://travis-ci.org/waylonflinn/markdown-it-katex)
+[![Build Status](https://travis-ci.org/iktakahiro/markdown-it-katex.svg?branch=master)](https://travis-ci.org/iktakahiro/markdown-it-katex)
 
 [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)
-* Try it in your browser: [markdown-it-katex demo](http://waylonflinn.github.io/markdown-it-katex/)
 
 ## Usage
 Install markdown-it
diff --git a/package.json b/package.json
index 5e28307335463086c42aadcd339060de904921d5..4a99ee252bdf10158e10b0c33b1cb343628a4007 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "@iktakahiro/markdown-it-katex",
-    "version": "3.0.0",
+    "version": "3.0.2",
     "description": "Fast math support for markdown-it with KaTeX",
     "main": "index.js",
     "scripts": {