summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorjeffreyye <908202572@qq.com>2017-04-04 15:13:07 +0800
committerjeffreyye <908202572@qq.com>2017-04-04 15:13:07 +0800
commit9ca56a4c7e2fba7334bab358f2854383134af570 (patch)
tree1c6da65182461940a3a928dc86b4b8b325cd35d6 /bin
parentcf6b246688ea8940406ee95c8a146c75e45e4328 (diff)
downloadetherpad-lite-9ca56a4c7e2fba7334bab358f2854383134af570.zip
wrong path of generate.js
Diffstat (limited to 'bin')
-rw-r--r--bin/doc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/doc/README.md b/bin/doc/README.md
index 3646e46e..4646c200 100644
--- a/bin/doc/README.md
+++ b/bin/doc/README.md
@@ -72,5 +72,5 @@ Each type of heading has a description block.
Run the following from the etherpad-lite root directory:
```sh
-$ node tools/doc/generate doc/index.md --format=html --template=doc/template.html > out.html
+$ node bin/doc/generate doc/index.md --format=html --template=doc/template.html > out.html
``` \ No newline at end of file