Skip to content

Commit

Permalink
chore: Update readme color customization example (#619)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
kmbenitez authored and RomanHotsiy committed Aug 23, 2018
1 parent f958571 commit a5f9f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit a5f9f6b

Please sign in to comment.