Skip to content

Commit 88af969

Browse files
authored
Docs: Fix CLI syntax for --bullets
1 parent 4ba79a2 commit 88af969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Usage: markdown-toc [options] <input>
4949
--append: Append a string to the end of the TOC
5050
5151
--bullets: Bullets to use for items in the generated TOC
52-
(Supports multiple bullets: --bullets "*" --bullets "-" --bullets "+")
52+
(Supports multiple bullets: --bullets="*" --bullets="-" --bullets="+")
5353
(Default is "*".)
5454
5555
--maxdepth: Use headings whose depth is at most maxdepth
@@ -356,4 +356,4 @@ Released under the [MIT License](LICENSE).
356356

357357
***
358358

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

0 commit comments

Comments
 (0)