You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ If you have found a bug in the p5.js library, you can file it here under the [
14
14
15
15
## p5.js library
16
16
17
-
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.
17
+
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.
18
18
19
19
## Issues
20
20
@@ -23,12 +23,12 @@ Please post bugs in the proper repository:
23
23
* p5.js general and p5.dom: [https://github.com/processing/p5.js/issues](https://github.com/processing/p5.js/issues)
* p5.js web editor: [https://github.com/processing/p5.js-website/issues](https://github.com/processing/p5.js-web-editor/issues)
26
+
* p5.js web editor: [https://github.com/processing/p5.js-web-editor/issues](https://github.com/processing/p5.js-web-editor/issues)
27
27
28
28
29
29
## Learning
30
30
31
-
Check out [p5js.org](http://p5js.org) for lots more! Here are some quicklinks:
31
+
Check out [p5js.org](http://p5js.org) for lots more! Here are some quick-links:
32
32
33
33
*[Get Started](http://p5js.org/get-started) — Create and run your first sketch!
34
34
*[p5.js overview](https://github.com/processing/p5.js/wiki/p5.js-overview) — An overview of the main features and functionality of p5.js.
@@ -43,7 +43,3 @@ Check out [p5js.org](http://p5js.org) for lots more! Here are some quicklinks:
43
43
p5.js is a collaborative project created by many individuals, and you are invited to help. All types of involvement are welcome. See the [community section](http://p5js.org/community) to get started!
44
44
45
45
Developers, check out the [development](https://github.com/processing/p5.js/wiki/Development) wiki page for more in-depth details about contributing code, bug fixes, and documentation.
0 commit comments