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) - [Expected output](#expected-output)
- [Configuration](#configuration) - [Configuration](#configuration)
- [Generated gallery structure](#generated-gallery-structure) - [Generated gallery structure](#generated-gallery-structure)
- [Themes](#themes)
- [Deployment](#deployment) - [Deployment](#deployment)
- [Password protection](#password-protection) - [Password protection](#password-protection)
- [Dev notes](#dev-notes) - [Dev notes](#dev-notes)
<!-- END toc --> <!-- END toc -->
## Example gallery ## Example gallery

@ -23,7 +23,7 @@
"clean": "rm -rf docs/*", "clean": "rm -rf docs/*",
"example": "node bin/thumbsup --config example.json", "example": "node bin/thumbsup --config example.json",
"open": "open docs/index.html", "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": { "bin": {
"thumbsup": "./bin/thumbsup.js" "thumbsup": "./bin/thumbsup.js"

Loading…
Cancel
Save