diff options
author | Pedro Henrique Windisch <pedrowindisch@gmail.com> | 2020-06-01 14:56:26 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-01 14:56:26 -0300 |
commit | 53efb0eca46db8fe613360f84d8e49e25a7552ae (patch) | |
tree | b596acb4fa5d1d7c99190bc21303b4d29778a009 /p5.html.markdown | |
parent | bd01b590cfa5b677c5b654897cf92531c3596b4a (diff) |
Update p5.html.markdown
Diffstat (limited to 'p5.html.markdown')
-rw-r--r-- | p5.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p5.html.markdown b/p5.html.markdown index b6de2efb..f6084b98 100644 --- a/p5.html.markdown +++ b/p5.html.markdown @@ -7,7 +7,7 @@ contributors: filename: p5.js --- -p5.js is a JavaScript library that starts with the original goal of [Processing](http://processing.org), to make coding accessible for artists, designers, educators, and beginners, and reinterprets this for today's web. +p5.js is a JavaScript library that starts with the original goal of [Processing](https://processing.org), to make coding accessible for artists, designers, educators, and beginners, and reinterprets this for today's web. Since p5 is a JavaScript library, you should learn [Javascript](https://learnxinyminutes.com/docs/javascript/) first. ```js |