From e67c8089a4d20ecb7cc6c4b06ebe1bda2a398807 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 26 Mar 2014 15:41:32 -0400 Subject: [PATCH] two two words --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 172145f..1da08b7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ This crate provides a streaming CSV (comma separated values) encoder and decoder that works with the `Encoder` and `Decoder` traits in Rust's -`serialize` crate. It conforms -[conforms closely to RFC +`serialize` crate. It [conforms closely to RFC 4180](http://burntsushi.net/rustdoc/csv/#compliance-with-rfc-4180). [![Build status](https://api.travis-ci.org/BurntSushi/rust-csv.png)](https://travis-ci.org/BurntSushi/rust-csv)