Skip to content

Commit

Permalink
Update README.md (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Apr 29, 2024
1 parent 6081514 commit 17a0fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ import wasm from "https://esm.sh/@dqbd/[email protected]/tiktoken_bg.wasm?module";
const { exports } = new WebAssembly.Instance(wasm, imports);
```

> Note: The `*.wams?module` pattern requires the [top-level-await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await#top_level_await) feature to be supported by the browser.
> Note: The `*.wasm?module` pattern requires the [top-level-await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await#top_level_await) feature to be supported by the browser.

## Using Import Maps

Expand Down

0 comments on commit 17a0fa2

Please sign in to comment.