From 799a97c4ddb123cbeb0af216166396174e560bc7 Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Mon, 13 Apr 2020 19:28:22 +0100 Subject: [PATCH] update readme --- Cargo.toml | 2 +- README.md | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ef104a2..87e65de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitsy-parser" -version = "0.65.4" +version = "0.65.5" authors = ["Max Bradbury "] edition = "2018" description = "A parser for Bitsy game data" diff --git a/README.md b/README.md index b0380bd..4f4f042 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ the version number follows Bitsy itself, so version 0.65.* targets Bitsy 6.5. ## how to use -this sample program converts the player avatar to a smiley face. +a simple example program: + ```rust extern crate bitsy_parser; use std::{env, fs}; @@ -51,10 +52,6 @@ some more practical uses would be things like: ## todo -### failing tests - -test_room_from_string shows an unexpected ordering for the items in the output of room::to_string - ### tidy up * refactor the more shonky bits to idiomatic rust