diff options
author | 2019-10-23 02:47:05 +0200 | |
---|---|---|
committer | 2019-10-23 02:47:05 +0200 | |
commit | ac611ab837e228ebc78be69077bafeffd62e1a55 (patch) | |
tree | 4b1aad64453259e98dd2346d2f4eeaf955df2b1e /examples/README.md | |
parent | 1788d5d21e9416edc470c910aceab4b416844829 (diff) | |
download | iced-ac611ab837e228ebc78be69077bafeffd62e1a55.tar.gz iced-ac611ab837e228ebc78be69077bafeffd62e1a55.tar.bz2 iced-ac611ab837e228ebc78be69077bafeffd62e1a55.zip |
Remove unnecessary comma
Diffstat (limited to 'examples/README.md')
-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 |