From 937f534392256b3ec5bb39d02fd3cd08dd977037 Mon Sep 17 00:00:00 2001 From: Anthony Van de Gejuchte Date: Tue, 8 Nov 2016 13:08:55 +0100 Subject: [PATCH] Fix flag name in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df382511..a3a1e344 100644 --- a/README.md +++ b/README.md @@ -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.