From 2d7c25ad1eedee8a0082aa659995253be0196b56 Mon Sep 17 00:00:00 2001 From: Andrew Andkjar Date: Tue, 20 Jan 2015 17:21:30 -0500 Subject: [PATCH] fixed a readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26d547f..06dab1e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A compact encoder / decoder pair that uses an 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. -In addition to exposing two simple funcitons that encode to Vec and decode +In addition to exposing two simple functions that encode to Vec and decode from Vec, binary-encode exposes a Reader/Writer API that makes it work perfectly with other stream-based apis such as rust files, network streams, and the [flate2-rs](https://github.com/alexcrichton/flate2-rs) compression