Skip to content

Commit 10a9ba8

Browse files
committed
Fix minor f0ab693 oversights
1 parent f0ab693 commit 10a9ba8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Before getting started with ml5.js, review our [Code of Conduct](https://github.
3030
<script src="https://unpkg.com/ml5@1/dist/ml5.js"></script>
3131
```
3232

33-
We will try our best to maintain compatibility with the existing API going forward, switching to a future 2.x if needed.
33+
We will try our best to maintain compatibility with the existing API going forward, switching to a future 2.x if needed.
3434

3535
- If you prefer to use a specific version now and in the future, you can also specify the exact version number. The [previous versions of ml5.js can be found here](https://www.npmjs.com/package/ml5?activeTab=versions). You can do so by replacing `<version>` with the ml5 version of interest:
3636

scripts/updateReadme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const readmePath = "README.md";
1616
function makeNewVersionString(newVersionNumber) {
1717
const newVersionString = `<!-- Anchor for automatic version update script, do not remove this comment -->
1818
19-
- You can have the browser fetch the latest 1.x version (currently: (${newVersionNumber})) by adding this to the head section of your HTML document:
19+
- You can have the browser fetch the latest 1.x version (currently: ${newVersionNumber}) by adding this to the head section of your HTML document:
2020
2121
<!-- Anchor for automatic version update script, do not remove this comment -->`;
2222

0 commit comments

Comments
 (0)