summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2021-10-13 15:39:42 +0700
committerLibravatar GitHub <noreply@github.com>2021-10-13 15:39:42 +0700
commit3aae45c1913e6a6f60b009f19d00d10add7ad11e (patch)
tree9972df0323c4905fe7bbfc633d6e7b51e55946d5 /examples
parent024f68a189b47b4a9041ef08d28785aeed08617d (diff)
parent98fb0dbf9d9ab9e16014e81b03b45b35da651c92 (diff)
downloadiced-3aae45c1913e6a6f60b009f19d00d10add7ad11e.tar.gz
iced-3aae45c1913e6a6f60b009f19d00d10add7ad11e.tar.bz2
iced-3aae45c1913e6a6f60b009f19d00d10add7ad11e.zip
Merge pull request #1068 from sundy-li/patch-1
Update README.md of integration_opengl
Diffstat (limited to 'examples')
-rw-r--r--examples/integration_opengl/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/integration_opengl/README.md b/examples/integration_opengl/README.md
index 08cce7a6..b7c2c074 100644
--- a/examples/integration_opengl/README.md
+++ b/examples/integration_opengl/README.md
@@ -10,7 +10,7 @@ The __[`main`]__ file contains all the code of the example.
You can run it with `cargo run`:
```
-cargo run --package integration_gl
+cargo run --package integration_opengl
```
[`main`]: src/main.rs