diff --git a/README.md b/README.md index 631a82d..fa72f2a 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,5 @@ wasm-pack build --target web Result can be viewed by hosting the directory, e.g. using: ```bash -python -m http.server 8080 +cd pkg && python -m http.server 8080 ```