From 2ab395a55f610df0622fe3bee7e1842dc6f6a4f8 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 17 Sep 2014 15:39:11 +0200 Subject: [PATCH] README: Remove redundant `type` attribute --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c2277c0ab..af3040f58 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [KaTeX](http://khan.github.io/KaTeX/) [![Build Status](https://travis-ci.org/Khan/KaTeX.svg?branch=master)](https://travis-ci.org/Khan/KaTeX) +# [KaTeX](https://khan.github.io/KaTeX/) [![Build Status](https://travis-ci.org/Khan/KaTeX.svg?branch=master)](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 - - + + ``` Call `katex.render` with a TeX expression and a DOM element to render into: