www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit e4d2d933afc9bd5dd2ddbf5fac69d4bab225c873
parent e6de31d2d622f01aae6d465cf332a268332942f4
Author: Viktor Qvarfordt <viktor.qvarfordt@gmail.com>
Date:   Sun, 18 Sep 2016 00:23:26 +0200

Provide link to auto-render.min.js in usage example (#522)


Diffstat:
Mcontrib/auto-render/README.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/auto-render/README.md b/contrib/auto-render/README.md @@ -10,7 +10,7 @@ This extension isn't part of KaTeX proper, so the script should be separately included in the page: ```html -<script src="/path/to/auto-render.min.js"></script> +<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.6.0/contrib/auto-render.min.js"></script> ``` Then, call the exposed `renderMathInElement` function in a script tag