Skip to content

Commit a92a197

Browse files
author
Lauren McCarthy
committed
readme
1 parent 4e79c2d commit a92a197

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,19 @@ p5.js is a new interpretation, not an emulation or port, and it is in active dev
1010

1111
If you already know the basics of JS or Processing, the [p5.js overview](https://github.com/processing/p5.js/wiki/p5.js-overview) wiki page is a good place to start. The [frequently asked questions](https://github.com/processing/p5.js/wiki/Frequently-Asked-Questions) might also be helpful.
1212

13-
If you have found a bug in the p5.js library, you can file it here under the [“issues” tab](https://github.com/processing/p5.js/issues).
13+
If you have found a bug in the p5.js library, you can file it here under the [“issues” tab](https://github.com/processing/p5.js/issues).
1414

1515
##p5.js library
1616

1717
To use p5.js, you can [download the p5.js library here](http://p5js.org/download). If you are interested in the most recent, less stable version, you can clone this repository and run `grunt` from the command line to generate the library from source. See the [development](https://github.com/processing/p5.js/wiki/Development) wiki for more information about our build process.
1818

19+
##Issues
20+
21+
* You can post bugs found in the p5.js library itself here: [https://github.com/processing/p5.js/issues](https://github.com/processing/p5.js/issues)
22+
* You can post bugs found in the p5.js editor here: [https://github.com/processing/p5.js-editor/issues](https://github.com/processing/p5.js-editor/issues)
23+
* You can post bugs found on the p5js.org website here: [https://github.com/processing/p5.js-website/issues](https://github.com/processing/p5.js-website/issues)
24+
* You can post bugs found in the p5.Sound addon library here: [https://github.com/processing/p5.js-sound/issues](https://github.com/processing/p5.js-sound/issues)
25+
1926
##Learning
2027

2128
Check out [p5js.org](http://p5js.org) for lots more! Here are some quicklinks:

0 commit comments

Comments
 (0)