diff --git a/README.md b/README.md index efacc23..d3b7881 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Example ```rust extern crate minifb; -use minifb::{Key, Scale, WindowOptions}; +use minifb::{Key, WindowOptions, Window}; const WIDTH: usize = 640; const HEIGHT: usize = 360;