From 2ab14ea224bc9e7818e69c893e8086b46877f670 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Sun, 19 Oct 2014 16:17:11 -0700 Subject: [PATCH] Point to CDNJS in README Test Plan: http://jsbin.com/mirumuyeku/edit?html,js,output Auditors: emily --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c0c8595b..fdc633bd3 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ KaTeX supports all major browsers, including Chrome, Safari, Firefox, Opera, and ## Usage -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: +You can [download KaTeX](https://github.com/khan/katex/releases) and host it on your server or include the `katex.min.js` and `katex.min.css` files on your page directly from a CDN: ```html - - + + ``` Call `katex.render` with a TeX expression and a DOM element to render into: