From c9e3652d1340547aa556b1811bbf778bfe4ecd11 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Fri, 23 Dec 2022 04:16:43 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b88f83..c7b4079 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ For now, the priority for new platforms is: Example == ```rust,no_run -use Softbuffer::GraphicsContext; +use softbuffer::GraphicsContext; use winit::event::{Event, WindowEvent}; use winit::event_loop::{ControlFlow, EventLoop}; use winit::window::WindowBuilder;