From 18f153e1081e084f7ffad2579ed2ca6d1ff2478e Mon Sep 17 00:00:00 2001
From: iktakahiro <takahiro.ikeuchi@gmail.com>
Date: Tue, 6 Mar 2018 15:47:03 +0900
Subject: [PATCH] Update README

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

diff --git a/README.md b/README.md
index 4f6cb5c..94fdd6c 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ var result = md.render('# Math Rulez! \n  $\\sqrt{3x-1}+(1+x)^2$');
 
 Include the KaTeX stylesheet in your html:
 ```html
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.5.1/katex.min.css">
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.css">
 ```
 
 If you're using the default markdown-it parser, I also recommend the [github stylesheet](https://github.com/sindresorhus/github-markdown-css):
-- 
GitLab