Skip to content
This repository was archived by the owner on May 2, 2022. It is now read-only.

Commit f43c407

Browse files
Update readme
1 parent 1391003 commit f43c407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ const muze = window.muze;
155155
// As the muze and DataModel are asynchronous, so we need to
156156
// use async-await syntax.
157157
async function myAsyncFn() {
158-
// Load the DataModel module.
158+
// Load the DataModel module.
159159
const DataModel = await muze.DataModel.onReady();
160160

161161
// Converts the raw data into a format

0 commit comments

Comments
 (0)