wrong path of generate.js

This commit is contained in:
jeffreyye 2017-04-04 15:13:07 +08:00
parent cf6b246688
commit 9ca56a4c7e
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/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
```