mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
Fix example for building the documentation.
This commit is contained in:
parent
b04eb2b98f
commit
319e6d89c6
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ In order to build a compressed version of Paper.js, UglifyJS2 needs to be instal
|
|||
Similarly to building the library, you can run `docs.sh` inside the `build` folder to build the documentation.
|
||||
|
||||
cd build
|
||||
./build.sh
|
||||
./docs.sh
|
||||
|
||||
Your docs will then be located at `dist/docs`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue