File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ npm run build
19
19
This will create the build in the dist folder.
20
20
21
21
22
- Open ` test /index.html` in the browser to see the build running an example from the ml5 website.
22
+ Open ` examples/NeuralNetwork /index.html` in the browser to see the build running an example from the ml5 website.
23
23
24
24
25
25
## Process
Original file line number Diff line number Diff line change 5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
7
< title > Document</ title >
8
- < script src ="../dist/ml5.js "> </ script >
8
+ < script src ="../../ dist/ml5.js "> </ script >
9
9
</ head >
10
10
< body >
11
11
< script src ="script.js "> </ script >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments