commit 240981e3a2cf7351b1339d29f4cf5b99581988a3
parent a18adfdfad85e6134e28df9e80032544aa04260a
Author: Ben Alpert <spicyjalapeno@gmail.com>
Date: Tue, 23 Sep 2014 22:16:25 -0700
Merge pull request #70 from mathiasbynens/patch-1
README: Remove redundant `type` attribute
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -1,4 +1,4 @@
-# [<img src="https://khan.github.io/KaTeX/katex-logo.svg" width="130" alt="KaTeX">](http://khan.github.io/KaTeX/) [](https://travis-ci.org/Khan/KaTeX)
+# [<img src="https://khan.github.io/KaTeX/katex-logo.svg" width="130" alt="KaTeX">](https://khan.github.io/KaTeX/) [](https://travis-ci.org/Khan/KaTeX)
KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web.
@@ -14,8 +14,8 @@ KaTeX supports all major browsers, including Chrome, Safari, Firefox, Opera, and
Download the built files from [the releases page](https://github.com/khan/katex/releases). Include the `katex.min.js` and `katex.min.css` files on your page:
```html
-<link rel="stylesheet" type="text/css" href="/path/to/katex.min.css">
-<script src="/path/to/katex.min.js" type="text/javascript"></script>
+<link rel="stylesheet" href="/path/to/katex.min.css">
+<script src="/path/to/katex.min.js"></script>
```
Specify UTF-8 as your content type: