summaryrefslogtreecommitdiffstats
path: root/examples/integration_opengl
diff options
context:
space:
mode:
authorLibravatar sundyli <543950155@qq.com>2021-10-04 21:54:38 +0800
committerLibravatar GitHub <noreply@github.com>2021-10-04 21:54:38 +0800
commit98fb0dbf9d9ab9e16014e81b03b45b35da651c92 (patch)
treebc81770111a635d5563781802b3fe437b71c729b /examples/integration_opengl
parent569aff331f4fd4e9ead1866f56a8a7170de4b7a5 (diff)
downloadiced-98fb0dbf9d9ab9e16014e81b03b45b35da651c92.tar.gz
iced-98fb0dbf9d9ab9e16014e81b03b45b35da651c92.tar.bz2
iced-98fb0dbf9d9ab9e16014e81b03b45b35da651c92.zip
Update README.md
Diffstat (limited to 'examples/integration_opengl')
-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