summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-10-23 02:47:05 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-10-23 02:47:05 +0200
commitac611ab837e228ebc78be69077bafeffd62e1a55 (patch)
tree4b1aad64453259e98dd2346d2f4eeaf955df2b1e /examples
parent1788d5d21e9416edc470c910aceab4b416844829 (diff)
downloadiced-ac611ab837e228ebc78be69077bafeffd62e1a55.tar.gz
iced-ac611ab837e228ebc78be69077bafeffd62e1a55.tar.bz2
iced-ac611ab837e228ebc78be69077bafeffd62e1a55.zip
Remove unnecessary comma
Diffstat (limited to 'examples')
-rw-r--r--examples/README.md2
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