diff --git a/README.md b/README.md index 413c6c9..b721c97 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ existence of unsafe will be closed without comment._ # Hello World ```rust -use cacao::app::{App, AppDelegate}; -use cacao::window::Window; +use cacao::macos::app::{App, AppDelegate}; +use cacao::macos::window::Window; #[derive(Default)] struct BasicApp {