Skip to content

Commit f8acd73

Browse files
authored
updated readme specifying versions for lib (#282)
1 parent 06769aa commit f8acd73

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ There are several ways you can use the ml5.js library:
2626
```
2727

2828
* Or you can use an specific version of the library:
29+
**v0.2.1**
30+
```javascript
31+
<script src="https://unpkg.com/[email protected]/dist/ml5.min.js" type="text/javascript"></script>
32+
```
2933

34+
**v0.1.3**
3035
```javascript
3136
<script src="https://unpkg.com/[email protected]/dist/ml5.min.js" type="text/javascript"></script>
3237
```

0 commit comments

Comments
 (0)