diff --git a/README.md b/README.md index 44a3ea4..a503285 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ for use in your own Rust applications. can both parse and export Bitsy game data a simple example program: ```rust -use bitsy_parser::game::Game; +use bitsy_parser::Game; use std::{env, fs}; const SYNTAX_ERROR: &str = "No input path specified. Usage: `bitsy-validate filepath`";