From dbfa111e2fd42459479756a393f5a82538469ee2 Mon Sep 17 00:00:00 2001 From: Artyom Kazak Date: Sat, 25 Mar 2017 17:11:49 +0100 Subject: [PATCH] Fix a typo in the readme (#145) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83f3ee7..07973fe 100644 --- a/README.md +++ b/README.md @@ -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.