Fix flag name in readme

This commit is contained in:
Anthony Van de Gejuchte
2016-11-08 13:08:55 +01:00
committed by Richard van Velzen
parent 1b2c02c944
commit 937f534392

View File

@@ -503,7 +503,7 @@ can pass additional arguments that control the code output:
- `3` -- always use the original quotes
- `keep_quoted_props` (default `false`) -- when turned on, prevents stripping
quotes from property names in object literals.
- `es` (default `5`) -- set output printing mode. This will only change the
- `ecma` (default `5`) -- set output printing mode. This will only change the
output in direct control of the beautifier. Non-compatible features in the
abstract syntax tree will still be outputted as is.