diff --git a/Cargo.toml b/Cargo.toml index 734a988a..59a6a566 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "customasm" -version = "0.4.0" +version = "0.5.0" authors = ["Henrique Lorenzi "] [lib] diff --git a/README.md b/README.md index 8f66e452..23575729 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ for pre-built binaries. [Check out the documentation](/doc/index.md) for user instructions. +Also, [check out an example project](/examples/nes/) which targets the NES! + You can compile from source by simply doing `cargo build`. There's also a battery of tests available at `cargo test`.