From d5359ef5bb1386bab1e15212f66f8d1d80b5561b Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 1 Mar 2016 15:44:45 +0100 Subject: [PATCH] README: Use HTTPS where possible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There’s no reason not to always use HTTPS. See https://github.com/konklone/cdns-to-https#background for more info. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86fb258..31cf658 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ KaTeX supports all major browsers, including Chrome, Safari, Firefox, Opera, and 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 - - + + ``` #### In-browser rendering