diff options
-rw-r--r-- | examples/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/README.md b/examples/README.md index ec2a9396..0a06a012 100644 --- a/examples/README.md +++ b/examples/README.md @@ -54,7 +54,7 @@ cargo build --example tour --target wasm32-unknown-unknown wasm-bindgen ../target/wasm32-unknown-unknown/debug/examples/tour.wasm --out-dir tour --web ``` -Finally, serve the `examples` directory using an HTTP server, and access the +Finally, serve the `examples` directory using an HTTP server and access the `tour.html` file. [`wasm-bindgen`]: https://github.com/rustwasm/wasm-bindgen |