Skip to content

Commit 381e612

Browse files
authored
Merge pull request #2 from ml5js/examples-directory
Looks good! I can take on the task of merging! And I will tag @shiffman @gohai when I run into a problem.
2 parents d979e3b + 002ba08 commit 381e612

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ npm run build
1919
This will create the build in the dist folder.
2020

2121

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.
2323

2424

2525
## Process

example/index.html renamed to examples/NeuralNetwork/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Document</title>
8-
<script src="../dist/ml5.js"></script>
8+
<script src="../../dist/ml5.js"></script>
99
</head>
1010
<body>
1111
<script src="script.js"></script>
File renamed without changes.

0 commit comments

Comments
 (0)