We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d77bd98 commit 2a6a4a2Copy full SHA for 2a6a4a2
bin/update-toc.sh
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+
3
+# Before using this, install `doctoc`.
4
+# $ npm install -g doctoc
5
6
+doctoc --notitle --maxlevel 4 README.md
0 commit comments