From 17a0fa2d11cb5eba5cec2f582d6094a9494b54b9 Mon Sep 17 00:00:00 2001 From: X Date: Mon, 29 Apr 2024 11:10:15 +0800 Subject: [PATCH] Update README.md (typo) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0307d850..2a0f7951 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ import wasm from "https://esm.sh/@dqbd/tiktoken@1.0.3/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