Browse Source

updaet readme

pull/10/head
Brett Langdon 10 years ago
parent
commit
14e1499a6b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      README.md

+ 2
- 1
README.md View File

@ -14,7 +14,7 @@ npm install -g jsnice
$ jsnice --help
Usage:
jsnice <file>
jsnice [--no-pretty] [--no-rename] [--no-types] <file>
jsnice [--no-pretty] [--no-rename] [--no-types] [--suggest] <file>
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


Loading…
Cancel
Save