From ad54670ffdadd36aa5cc50c459edb7fd1b889fe6 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Sun, 29 Mar 2020 22:35:19 -0700 Subject: [PATCH] Docs need cleanup again, but fixing the README so nobody is confused... much --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {