diff options
author | Luiza Pagliari <lpagliari@gmail.com> | 2017-04-04 13:10:02 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-04 13:10:02 -0300 |
commit | 23969c33b96697cea5e58436e1aca443d047067c (patch) | |
tree | 1c6da65182461940a3a928dc86b4b8b325cd35d6 | |
parent | cf6b246688ea8940406ee95c8a146c75e45e4328 (diff) | |
parent | 9ca56a4c7e2fba7334bab358f2854383134af570 (diff) | |
download | etherpad-lite-23969c33b96697cea5e58436e1aca443d047067c.zip |
Merge pull request #3160 from pageye123/develop
wrong path of generate.js
-rw-r--r-- | bin/doc/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/doc/README.md b/bin/doc/README.md index 3646e46e..4646c200 100644 --- a/bin/doc/README.md +++ b/bin/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/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 ```
\ No newline at end of file |