summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/msgpack-python/README13
1 files changed, 7 insertions, 6 deletions
diff --git a/python/msgpack-python/README b/python/msgpack-python/README
index 9176445d49..261d1b03e3 100644
--- a/python/msgpack-python/README
+++ b/python/msgpack-python/README
@@ -1,6 +1,7 @@
-It's like JSON.
-but fast and small.
-MessagePack is an efficient binary serialization format. It lets you exchange
-data among multiple languages like JSON. But it's faster and smaller.
-Small integers are encoded into a single byte, and typical short strings require
-only one extra byte in addition to the strings themselves.
+It's like JSON, but fast and small.
+
+MessagePack is an efficient binary serialization format. It lets you
+exchange data among multiple languages like JSON. But it's faster and
+smaller. Small integers are encoded into a single byte, and typical
+short strings require only one extra byte in addition to the strings
+themselves.