mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 06:00:56 -05:00
Merge pull request #158 from Arthaey/patch-1
Fix example for building the documentation.
This commit is contained in:
commit
49fed1c46f
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