Update README.md
otions => options
This commit is contained in:
committed by
Richard van Velzen
parent
5bff65c132
commit
aa5dd15352
@@ -612,7 +612,7 @@ or, for a shortcut you can do:
|
|||||||
var code = compressed_ast.print_to_string(options);
|
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
|
most of them documented above in section “Beautifier options”. The two
|
||||||
which we care about here are `source_map` and `comments`.
|
which we care about here are `source_map` and `comments`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user