chore: Update readme color customization example (#619)

[ci skip]
This commit is contained in:
kmbenitez 2018-08-23 11:58:13 -04:00 committed by Roman Hotsiy
parent f958571c0a
commit a5f9f6b2cc

View File

@ -14,7 +14,7 @@ Two following commands are available:
Some examples:
- Bundle with main color changed to `orange`: <br> `$ redoc-cli bundle [spec] --options.theme.colors.main=orange`
- Bundle with main color changed to `orange`: <br> `$ redoc-cli bundle [spec] --options.theme.colors.primary.main=orange`
- 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`