Skip to content

Commit

Permalink
Docs: Fix CLI syntax for --bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmelnikow authored Jan 6, 2019
1 parent 4ba79a2 commit 88af969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Usage: markdown-toc [options] <input>
--append: Append a string to the end of the TOC
--bullets: Bullets to use for items in the generated TOC
(Supports multiple bullets: --bullets "*" --bullets "-" --bullets "+")
(Supports multiple bullets: --bullets="*" --bullets="-" --bullets="+")
(Default is "*".)
--maxdepth: Use headings whose depth is at most maxdepth
Expand Down Expand Up @@ -356,4 +356,4 @@ Released under the [MIT License](LICENSE).

***

_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on September 19, 2017._
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on September 19, 2017._

0 comments on commit 88af969

Please sign in to comment.