We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11582d2 + 381da23 commit 82d48eaCopy full SHA for 82d48ea
README.md
@@ -24,7 +24,7 @@ Download the [full](https://raw.githubusercontent.com/ml5js/ml5-library/master/d
24
```
25
or
26
```javascript
27
-<script src="https://unpkg.com/ml5" type="text/javascript"></script>
+<script src="https://unpkg.com/ml5@0.1.1/dist/ml5.min.js" type="text/javascript"></script>
28
29
30
## Resources
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ml5",
3
- "version": "0.0.8",
+ "version": "0.1.1",
4
"description": "A friendly machine learning library for the web.",
5
"main": "dist/ml5.min.js",
6
"directories": {
0 commit comments