From 8aa743a2d050b10b53f54aeba0e1fb55f047f0f2 Mon Sep 17 00:00:00 2001 From: test2 Date: Mon, 30 Dec 2019 15:45:39 +0200 Subject: [PATCH] P5js 2d and 3d IMU example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 361924f..d07a62d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ - git clone https://git.swarmlab.io:3000/zeus/IoT-p5js.git - run server.sh (install php when necessary: https://computingforgeeks.com/how-to-install-php-on-ubuntu/) -- load in Browser http://localhost:8000/index2d.html and http://localhost:8000/index3d.html +- load in Browser http://localhost:8000/index2d.html and http://localhost:8000/index3d.html (** press any key**) - Activate Web Console Tools (ctrl+shift+I) - Read comments in source files ( sketch-test2D.js and sketch-test3D.js)