docs: cli -> README.md typos fixed (#476)

This commit is contained in:
pengfluf 2018-04-26 17:10:37 +03:00 committed by Roman Hotsiy
parent 64119c44d4
commit f3de47738b

View File

@ -7,7 +7,7 @@ You can use redoc cli by installing `redoc-cli` globally or using [npx](https://
## Usage
Twe following commans are available:
Two following commands are available:
- `redoc-cli serve [spec]` - starts the server with `spec` rendered with ReDoc. Supports SSR mode (`--ssr`) and can watch the spec (`--watch`)
- `redoc-cli bundle [spec]` - bundles spec and ReDoc into **zero-dependency** HTML file.
@ -18,4 +18,4 @@ Some examples:
- Serve with `nativeScrollbars` option set to true: <br> `$ redoc-cli serve [spec] --options.nativeScrollbars`
- Bundle using custom template (check [default template](https://github.com/Rebilly/ReDoc/blob/master/cli/template.hbs) for reference): <br> `$ redoc-cli bundle [spec] -t custom.hbs`
For more details run `redoc-cli --help`.
For more details run `redoc-cli --help`.