Fix README table of contents

pull/46/head
Romain Prieto 8 years ago
parent dc73b09f3c
commit a47259b220

@ -28,9 +28,11 @@ Build static HTML galleries from local photos & videos.
- [Expected output](#expected-output)
- [Configuration](#configuration)
- [Generated gallery structure](#generated-gallery-structure)
- [Themes](#themes)
- [Deployment](#deployment)
- [Password protection](#password-protection)
- [Dev notes](#dev-notes)
<!-- END toc -->
## Example gallery

@ -23,7 +23,7 @@
"clean": "rm -rf docs/*",
"example": "node bin/thumbsup --config example.json",
"open": "open docs/index.html",
"readme": "markdown-toc README.md | node-injectmd -t toc -i README.md"
"readme": "markdown-toc README.md | awk 1 | node-injectmd -t toc -i README.md"
},
"bin": {
"thumbsup": "./bin/thumbsup.js"

Loading…
Cancel
Save