README.md in npmdc-0.2.5 vs README.md in npmdc-0.3.0

- old
+ new

@@ -51,17 +51,19 @@ ``` _Options:_ -* --path PATH - Path to frontend code - -* --color - Disable color formatting of output - -* -f, --format FORMAT - Set format of output - -* -t, --types dependencies devDependencies - Dependency types to check - +```bash + [--path=PATH] # Path to package.json config + [--color], [--no-color] # Enable color + # Default: true + t, [--types=one two three] # types for check + # Default: ["dependencies", "devDependencies"] + # Possible values: dependencies, devDependencies + f, [--format=FORMAT] # Output format + # Possible values: progress, doc, short +``` ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. ## Contributing