diff --git a/README.md b/README.md
index 4f6cb5cfd947782d3b7e878f49030e941aad4a6a..94fdd6cf83953f6085b4b15a8ae1f56f63ddde6b 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):
diff --git a/package.json b/package.json
index 4a99ee252bdf10158e10b0c33b1cb343628a4007..e502f3ac266c5f0557e03c37ee5ee2067f99b8ca 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "@iktakahiro/markdown-it-katex",
-    "version": "3.0.2",
+    "version": "3.0.3",
     "description": "Fast math support for markdown-it with KaTeX",
     "main": "index.js",
     "scripts": {