Merge pull request #1861 from codingisacopingstrategy/correct-path-in-readme-doc-generator

Correct the path to the docs file used by the doc generator
pull/1787/head^2
Marcel Klehr 2013-09-01 02:29:34 -07:00
commit e6dd23c282
1 changed files with 1 additions and 1 deletions

View File

@ -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
```