From 286e592f91f860c2571ebc3bcc497e1a4585d430 Mon Sep 17 00:00:00 2001 From: Eric Schrijver Date: Fri, 23 Aug 2013 00:56:58 +0200 Subject: [PATCH] Correct the path to the docs file used by the doc generator --- tools/doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/doc/README.md b/tools/doc/README.md index 743bfaae1..3646e46e8 100644 --- a/tools/doc/README.md +++ b/tools/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/all.md --format=html --template=doc/template.html > out.htm +$ node tools/doc/generate doc/index.md --format=html --template=doc/template.html > out.html ``` \ No newline at end of file