From 4ea6d4250815222d856a672c3e491010e81b9879 Mon Sep 17 00:00:00 2001 From: edbarz9 Date: Mon, 30 Dec 2019 15:23:54 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7aabba5..0c97455 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,13 @@ This repo is a copy of [Tibor Simon's Github](https://github.com/tiborsimon/math ## Usage -First, in the head of yout html page, load `MathJax.js` with the config setting: +To download: `$ git clone https://git.brz9.dev/ed/mathjax-tex-woff.git` + +In the head of your html page, load `MathJax.js` with the config setting: `` -Then, before the closing `` tag add the following script: +Before the closing `` tag add the following script: ```