From ef39d85696f0c7fcc967c09240ae3e423ab0dd20 Mon Sep 17 00:00:00 2001 From: Zoron Date: Thu, 8 Sep 2022 13:58:28 +0800 Subject: Update docs for running `integration_wgpu` example --- examples/integration_wgpu/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/integration_wgpu') diff --git a/examples/integration_wgpu/README.md b/examples/integration_wgpu/README.md index faefa153..ece9ba1e 100644 --- a/examples/integration_wgpu/README.md +++ b/examples/integration_wgpu/README.md @@ -12,7 +12,7 @@ The __[`main`]__ file contains all the code of the example. You can run it with `cargo run`: ``` -cargo run --package integration +cargo run --package integration_wgpu ``` ### How to run this example with WebGL backend -- cgit