Fix a typo in the readme (#145)

This commit is contained in:
Artyom Kazak 2017-03-25 17:11:49 +01:00 committed by Ty Overby
parent b3acb6ea60
commit dbfa111e2f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
[![](http://meritbadge.herokuapp.com/bincode)](https://crates.io/crates/bincode)
[![](https://img.shields.io/badge/license-MIT-blue.svg)](http://opensource.org/licenses/MIT)
A compact encoder / decoder pair that uses an binary zero-fluff encoding scheme.
A compact encoder / decoder pair that uses a binary zero-fluff encoding scheme.
The size of the encoded object will be the same or smaller than the size that
the object takes up in memory in a running Rust program.