Skip to content

Commit 08e24f2

Browse files
author
WimbledonLabs
authored
Updated readme with syntax coloring
The code snippet doesn't have the language specified, which makes it harder to read on github and crates.io. This just specifies the language.
1 parent d1b1d93 commit 08e24f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Based on work by [@pcwalton](https://github.com/pcwalton/). Licensed MIT.
2525

2626
## Example
2727

28-
```
28+
```rust
2929
extern crate iui;
3030
use iui::prelude::*;
3131
use iui::controls::{Label, Button, VerticalBox, Group};

0 commit comments

Comments
 (0)