Merge pull request #158 from Arthaey/patch-1

Fix example for building the documentation.
This commit is contained in:
Jonathan Puckey 2013-01-11 09:36:20 -08:00
commit 49fed1c46f

View file

@ -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`.