From ac611ab837e228ebc78be69077bafeffd62e1a55 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 23 Oct 2019 02:47:05 +0200 Subject: Remove unnecessary comma --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/README.md') 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 -- cgit