Skip to content

Commit c9e3652

Browse files
committed
Fix typo
1 parent 9023b09 commit c9e3652

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
@@ -55,7 +55,7 @@ For now, the priority for new platforms is:
5555
Example
5656
==
5757
```rust,no_run
58-
use Softbuffer::GraphicsContext;
58+
use softbuffer::GraphicsContext;
5959
use winit::event::{Event, WindowEvent};
6060
use winit::event_loop::{ControlFlow, EventLoop};
6161
use winit::window::WindowBuilder;

0 commit comments

Comments
 (0)