Skip to content

Commit fe40603

Browse files
authored
Merge pull request #540 from zoyron/addExample
changed the server running command in Adding_examples.md
2 parents 2a054c2 + d101f6b commit fe40603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributor_docs/Adding_examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Examples help demonstrate different programming concepts and functionality of th
5454
4. [Grunt](https://gruntjs.com/) should now be installed, and you can use it to build the website by navigating to the top level directory and typing:
5555
5656
```bash
57-
grunt server
57+
npm run watch
5858
```
5959
6060
5. A local build of the p5js.org site should open in your web browser and you can navigate to the examples page to see your changes.

0 commit comments

Comments
 (0)