From a57d18c2ec097c371979bba4bbc23fc7a196a7c6 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Tue, 1 Oct 2019 09:02:06 +0200 Subject: [PATCH] readme: some nits --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f62f65c3..81071733 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Documentation](https://docs.rs/serde_cbor/badge.svg)](https://docs.rs/serde_cbor) This crate implements the Concise Binary Object Representation from [RFC 7049]. -It builds on [Serde] the generic serialization framework for Rust. +It builds on [Serde], the generic serialization framework for Rust. CBOR provides a binary encoding for a superset of the JSON data model that is small and very fast to parse.