From 45a6819a549e57745f3897f37930fc8b1354f6b0 Mon Sep 17 00:00:00 2001 From: abhi99555 <80599442+abhi99555@users.noreply.github.com> Date: Wed, 25 May 2022 00:03:32 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1e552fa0..5b620fefb 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Overview -------- [MessagePack](http://msgpack.org/) is an efficient binary serialization -format, which lets you exchange data among multiple languages like JSON, +format, which lets you exchange the data among multiple languages like JSON, except that it's faster and smaller. Small integers are encoded into a single byte and short strings require only one extra byte in addition to the strings themselves.