From 41055d8546bb80a500125b8db283a12d40b4d1c4 Mon Sep 17 00:00:00 2001 From: "Melvin. L. Abraham" Date: Sat, 14 Dec 2019 21:10:54 +0530 Subject: [PATCH] Changing comment in sketch.js (`without-p5` branch) In the index.html, the version of ml5.js used is v0.4.3 but line 2 in sketch.js shows the expected output to be v0.3.0 --- sketch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sketch.js b/sketch.js index 2fae547..f54b2c4 100644 --- a/sketch.js +++ b/sketch.js @@ -1,3 +1,3 @@ // Your code will go here -// open up your console - if everything loaded properly you should see 0.3.0 +// open up your console - if everything loaded is properly, you should see 0.4.3 console.log('ml5 version:', ml5.version);