diff --git a/imgui-gfx-examples/README.md b/imgui-gfx-examples/README.md index f42eb04..0e6f710 100644 --- a/imgui-gfx-examples/README.md +++ b/imgui-gfx-examples/README.md @@ -1,4 +1,4 @@ # `imgui-gfx-examples` -- Run with OpenGL backend: `cargo run --example hello_gfx` -- Run with DirectX backend: `cargo run --example hello_gfx --features directx --no-default-features` +- Run with OpenGL backend: `cargo run --example gfx_hello_world` +- Run with DirectX backend: `cargo run --example gfx_hello_world --features directx --no-default-features`