From c2431a5e29a3099ac1a98fe427d1b09cc1643f56 Mon Sep 17 00:00:00 2001 From: Yining Shi Date: Tue, 5 Feb 2019 23:29:38 -0500 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 061493d..4986961 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,12 +26,12 @@ If you want to help develop this library, here are the steps to get started: That should output something similar to this: ```bash - > p5ble@0.0.2 start /Users/yiningshi/dev/p5.ble.js + > p5ble@0.0.2 start /Users/ITPNYU/dev/p5.ble.js > webpack-dev-server --mode development --config webpack.dev.babel.js ℹ 「wds」: Project is running at http://localhost:8080/ ℹ 「wds」: webpack output is served from / - ℹ 「wds」: Content not from webpack is served from /Users/yiningshi/dev/p5.ble.js/dist + ℹ 「wds」: Content not from webpack is served from /Users/ITPNYU/dev/p5.ble.js/dist ℹ 「wdm」: Hash: 93398258fad8f6aeebb2 Version: webpack 4.28.2 Time: 2108ms @@ -70,7 +70,7 @@ If you want to help develop this library, here are the steps to get started: 4. Develop! - Go to [https://github.com/yining1023/p5-ble-examples](https://github.com/yining1023/p5-ble-examples). Create a new folder called `/yourExample` in the project's `p5_sketches` folder. Create an `index.html` file inside `/yourExample` and add the following: + Go to [https://github.com/ITPNYU/p5-ble-examples](https://github.com/ITPNYU/p5-ble-examples). Create a new folder called `/yourExample` in the project's `p5_sketches` folder. Create an `index.html` file inside `/yourExample` and add the following: ```html