Skip to content

Commit 6062091

Browse files
committed
ml5 release v0.2.3
2 parents 72f8551 + 385c8f1 commit 6062091

File tree

3 files changed

+331
-573
lines changed

3 files changed

+331
-573
lines changed

Diff for: README.md

+13-9
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,28 @@ ml5.js is heavily inspired by [Processing](https://processing.org/) and [p5.js](
1919

2020
There are several ways you can use the ml5.js library:
2121

22-
* You can use the latest online version by adding it to the head section of your HTML document:
22+
* You can use the latest version (0.2.3) by adding it to the head section of your HTML document:
2323

24+
**v0.2.3**
2425
```javascript
25-
<script src="https://unpkg.com/ml5@latest/dist/ml5.min.js" type="text/javascript"></script>
26+
<script src="https://unpkg.com/ml5@0.2.3/dist/ml5.min.js" type="text/javascript"></script>
2627
```
2728

28-
* 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-
```
29+
* If you need to use an earlier version for any reason, you can change the version number.
3330

3431
**v0.1.3**
32+
3533
```javascript
3634
<script src="https://unpkg.com/[email protected]/dist/ml5.min.js" type="text/javascript"></script>
3735
```
3836

39-
* Or you can download the [minified](https://raw.githubusercontent.com/ml5js/ml5-library/master/dist/ml5.min.js) and include the file:
37+
* You can also reference "latest", but we do not recommend this as your code may break as we update ml5.
38+
39+
```javascript
40+
<script src="https://unpkg.com/ml5@latest/dist/ml5.min.js" type="text/javascript"></script>
41+
```
42+
43+
* Finally, you can download the [minified](https://raw.githubusercontent.com/ml5js/ml5-library/master/dist/ml5.min.js) and include the file:
4044

4145
```javascript
4246
<script src="ml5.min.js" type="text/javascript"></script>
@@ -66,7 +70,7 @@ See [CONTRIBUTING](CONTRIBUTING.md) 🛠
6670

6771
## Acknowledgements
6872

69-
ml5.js is supported by the time and dedication of open source developers from all over the world. Funding and support is generously provided by a [Google Education grant](https://edu.google.com/giving/?modal_active=none) via [Dan Shiffman](https://shiffman.net/) at NYU's ITP/IMA program.
73+
ml5.js is supported by the time and dedication of open source developers from all over the world. Funding and support is generously provided by a [Google Education grant](https://edu.google.com/giving/?modal_active=none) at NYU's ITP/IMA program.
7074

7175
Many thanks [BrowserStack](https://www.browserstack.com/) for providing testing support.
7276

0 commit comments

Comments
 (0)