diff options
author | 2021-10-04 21:54:38 +0800 | |
---|---|---|
committer | 2021-10-04 21:54:38 +0800 | |
commit | 98fb0dbf9d9ab9e16014e81b03b45b35da651c92 (patch) | |
tree | bc81770111a635d5563781802b3fe437b71c729b /examples | |
parent | 569aff331f4fd4e9ead1866f56a8a7170de4b7a5 (diff) | |
download | iced-98fb0dbf9d9ab9e16014e81b03b45b35da651c92.tar.gz iced-98fb0dbf9d9ab9e16014e81b03b45b35da651c92.tar.bz2 iced-98fb0dbf9d9ab9e16014e81b03b45b35da651c92.zip |
Update README.md
Diffstat (limited to 'examples')
-rw-r--r-- | examples/integration_opengl/README.md | 2 |
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 |