diff --git a/README.md b/README.md index beec6a0..371d5be 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ comet = { path = "path/of/the/comet/crate" } ``` ```rust -// main.rs +// main.rs example use comet::prelude::*; struct GameState {} @@ -120,4 +120,4 @@ fn main() -> Result<()> { - [ ] Sound - [ ] Physics - [x] Basic Plugin System - - [x] Custom Renderer \ No newline at end of file + - [x] Custom Renderer