use export

This commit is contained in:
Max Bradbury 2020-10-09 12:00:08 +01:00
parent c79d33ddf2
commit ff70efd115
1 changed files with 1 additions and 1 deletions

View File

@ -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`";