Docs need cleanup again, but fixing the README so nobody is confused... much

This commit is contained in:
Ryan McGrath 2020-03-29 22:35:19 -07:00
parent d69f59d284
commit ad54670ffd
No known key found for this signature in database
GPG key ID: 811674B62B666830

View file

@ -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 {