From fbf111f955b88981cc8fee92a09e0e59de0d4dfd Mon Sep 17 00:00:00 2001 From: Charles Lanahan Date: Wed, 13 Dec 2023 11:39:36 -0500 Subject: [PATCH] Updated with correct path in README --- wasm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasm/README.md b/wasm/README.md index 1b021ee..6aff470 100644 --- a/wasm/README.md +++ b/wasm/README.md @@ -33,7 +33,7 @@ python -m http.server # or another web server of choice serving index.html which ### ESM demo (--target=bundler) ``` wasm-pack build # Will output modules best-suited to be bundled with webpack (Ecmascript modules, ESM) -cd demo/web +cd demo/webpack yarn install yarn serve # and then visit http://localhost:8080 in a browser should run the example!