summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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