From 9214d9109cefaa4ea032715e604be542a6876f51 Mon Sep 17 00:00:00 2001
From: iktakahiro <takahiro.ikeuchi@gmail.com>
Date: Tue, 6 Mar 2018 15:33:28 +0900
Subject: [PATCH] Update README

---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3504359..4f6cb5c 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
-- 
GitLab