diff --git a/.verb.md b/.verb.md index 758c3ef..653bb6c 100644 --- a/.verb.md +++ b/.verb.md @@ -1,3 +1,9 @@ +## Quick Start +Assuming you want to add a TOC to README.md: +1. `$ npm install -g markdown-toc` +2. Edit README.md and insert the following line where you want the TOC inserted:
`` +3. `$ markdown-toc -i README.md` + ## CLI ``` @@ -253,4 +259,4 @@ Type: `Boolean` Default: `true` -Strip extraneous HTML tags from heading text before slugifying. This is similar to GitHub markdown behavior. \ No newline at end of file +Strip extraneous HTML tags from heading text before slugifying. This is similar to GitHub markdown behavior.