From 98fb0dbf9d9ab9e16014e81b03b45b35da651c92 Mon Sep 17 00:00:00 2001 From: sundyli <543950155@qq.com> Date: Mon, 4 Oct 2021 21:54:38 +0800 Subject: Update README.md --- examples/integration_opengl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/integration_opengl') 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 -- cgit