From 14e1499a6b219ea56050ecd28ada09056ff97424 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Tue, 12 Apr 2016 11:54:58 -0400 Subject: [PATCH] updaet readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec01563..ab3541e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ npm install -g jsnice $ jsnice --help Usage: jsnice - jsnice [--no-pretty] [--no-rename] [--no-types] + jsnice [--no-pretty] [--no-rename] [--no-types] [--suggest] jsnice (--help | --version) Options: @@ -23,6 +23,7 @@ Options: --no-pretty Dont prettify the script --no-rename Dont rename variables --no-types Dont add doc strings for params/returns + --suggest Suggest new local names e.g. local$$2 ``` ```bash