mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-22 00:26:34 +03:00
docs: cli -> README.md typos fixed (#476)
This commit is contained in:
parent
64119c44d4
commit
f3de47738b
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue
Block a user