readme: fix description

This commit is contained in:
Matt Bilker
2018-12-18 22:01:39 +00:00
parent 6c83de0e03
commit 95ded2ce48
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
name = "kbinxml"
version = "0.17.0"
authors = ["Matt Bilker <me@mbilker.us>"]
description = "An encoder/decoder for Konami's binary XML format used in many of their games."
edition = "2018"
[dependencies]

View File

@@ -1,6 +1,6 @@
# kbinxml-rs
An encoder/decoder for Konami's binary XML format, used in some of their games.
An encoder/decoder for Konami's binary XML format, used in many of their games.
### Setup