Merge pull request #3160 from pageye123/develop

wrong path of generate.js
This commit is contained in:
Luiza Pagliari 2017-04-04 13:10:02 -03:00 committed by GitHub
commit 23969c33b9
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
```