diff options
author | Austin Brown <thataustin@users.noreply.github.com> | 2014-03-26 23:15:44 -0700 |
---|---|---|
committer | Richard van Velzen <rvanvelzen1@gmail.com> | 2015-01-04 16:01:53 +0100 |
commit | aa5dd1535245b3785704b2ac7075c2eb51ff42da (patch) | |
tree | 94c9b6ee7aac733951f770c2f2d74c9053fe76eb | |
parent | 5bff65c1321994f6e84aa726d68451a086cab937 (diff) | |
download | tracifyjs-aa5dd1535245b3785704b2ac7075c2eb51ff42da.tar.gz tracifyjs-aa5dd1535245b3785704b2ac7075c2eb51ff42da.zip |
Update README.md
otions => options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -612,7 +612,7 @@ or, for a shortcut you can do: var code = compressed_ast.print_to_string(options); ``` -As usual, `options` is optional. The output stream accepts a lot of otions, +As usual, `options` is optional. The output stream accepts a lot of options, most of them documented above in section “Beautifier options”. The two which we care about here are `source_map` and `comments`. |