Fix typo error in README

This commit is contained in:
Pascal H 2021-04-05 09:49:42 +02:00 committed by GitHub
parent b89414ef2e
commit 8d009b3217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`