From 9ca56a4c7e2fba7334bab358f2854383134af570 Mon Sep 17 00:00:00 2001 From: jeffreyye <908202572@qq.com> Date: Tue, 4 Apr 2017 15:13:07 +0800 Subject: [PATCH] wrong path of generate.js --- bin/doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/doc/README.md b/bin/doc/README.md index 3646e46e8..4646c2004 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