Merge pull request #1861 from codingisacopingstrategy/correct-path-in-readme-doc-generator
Correct the path to the docs file used by the doc generator
This commit is contained in:
commit
e6dd23c282
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
Loading…
Reference in a new issue