diff --git a/README.md b/README.md index 05b60670..2db0b91f 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ A stripped-down version of the [demo page](http://daniel3735928559.github.io/gup
@@ -72,8 +72,9 @@ The primarily useful items in the Guppy object are: (e.g. `document.getElementById('my_div1')`). This function should be called once per div that you want to turn into a Guppy instance. -* `Guppy.guppy_init(xsl_path)`: `xsl_path` is the path to - `guppy/transform.xsl`. This function should only be called once per +* `Guppy.guppy_init(xsl_path, symbols_path)`: `xsl_path` is the path + to `guppy/transform.xsl`, `symbols_path` is the path to + `guppy/symbols.json`. This function should only be called once per page. * `Guppy.prototype.get_content(type)`: `type` can be `"xml"`, `"latex"`,