summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2022-09-08 09:10:26 +0200
committerLibravatar GitHub <noreply@github.com>2022-09-08 09:10:26 +0200
commitdcdbe1b0f41f25ab2a671d2ee5822685d7d6e75d (patch)
tree9d6772915e1143819d7894a4e5ceed4c3f1c68f1 /examples
parentd6598119646582658783cc2d87fdfd504f4ff230 (diff)
parentef39d85696f0c7fcc967c09240ae3e423ab0dd20 (diff)
downloadiced-dcdbe1b0f41f25ab2a671d2ee5822685d7d6e75d.tar.gz
iced-dcdbe1b0f41f25ab2a671d2ee5822685d7d6e75d.tar.bz2
iced-dcdbe1b0f41f25ab2a671d2ee5822685d7d6e75d.zip
Merge pull request #1434 from fralonra/patch-3
Update docs for running `integration_wgpu` example
Diffstat (limited to 'examples')
-rw-r--r--examples/integration_wgpu/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/integration_wgpu/README.md b/examples/integration_wgpu/README.md
index faefa153..ece9ba1e 100644
--- a/examples/integration_wgpu/README.md
+++ b/examples/integration_wgpu/README.md
@@ -12,7 +12,7 @@ The __[`main`]__ file contains all the code of the example.
You can run it with `cargo run`:
```
-cargo run --package integration
+cargo run --package integration_wgpu
```
### How to run this example with WebGL backend