commit 2e9fdee780036f07d3acc3320ce964b0d289d837
parent 1ac6b41990ac1f0fe59b1e2e21254eb606dcd30d
Author: Kevin Barabash <kevinb7@gmail.com>
Date: Thu, 2 Jul 2015 14:34:24 -0600
Merge pull request #285 from kevinb7/kevinb7-patch-6
Added a link to the list of commands on the wiki.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -7,7 +7,7 @@ KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the we
* **Self contained:** KaTeX has no dependencies and can easily be bundled with your website resources.
* **Server side rendering:** KaTeX produces the same output regardless of browser or environment, so you can pre-render expressions using Node.js and send them as plain HTML.
-KaTeX supports all major browsers, including Chrome, Safari, Firefox, Opera, and IE 8 - IE 11.
+KaTeX supports all major browsers, including Chrome, Safari, Firefox, Opera, and IE 8 - IE 11. A list of supported commands can be on the [wiki](https://github.com/Khan/KaTeX/wiki/Function-Support-in-KaTeX).
## Usage