Fix example for building the documentation.

This commit is contained in:
Arthaey Angosii 2013-01-08 21:19:06 -08:00
parent b04eb2b98f
commit 319e6d89c6

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. Similarly to building the library, you can run `docs.sh` inside the `build` folder to build the documentation.
cd build cd build
./build.sh ./docs.sh
Your docs will then be located at `dist/docs`. Your docs will then be located at `dist/docs`.