Skip to content

Commit e915b8a

Browse files
authored
Update README.md
1 parent e262d6d commit e915b8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ There are five things you need to do to use this library correctly:
1616

1717
## Complete example (without a renderer)
1818

19-
```no_run
19+
```rs
2020
use imgui::Context;
2121
use imgui_winit_support::{HiDpiMode, WinitPlatform};
2222
use std::time::Instant;
@@ -91,4 +91,4 @@ Licensed under either of
9191
- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/licenses/LICENSE-2.0)
9292
- MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT)
9393

94-
at your option.
94+
at your option.

0 commit comments

Comments
 (0)