From ff70efd115bd15acf5cd45abdb16096e594dd54c Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Fri, 9 Oct 2020 12:00:08 +0100 Subject: [PATCH] use export --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`";