diff options
-rw-r--r-- | libraries/msgpack-c/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/msgpack-c/README b/libraries/msgpack-c/README index a773af1661..405eb568b5 100644 --- a/libraries/msgpack-c/README +++ b/libraries/msgpack-c/README @@ -1,3 +1,3 @@ -MessagePack is an efficient binary serialisation format that lets you exchange -data among multiple languages like JSON. msgpack-c is a C and C++ -implementation of MessagePack. +MessagePack is an efficient binary serialisation format that lets you +exchange data among multiple languages like JSON. msgpack-c is a C and +C++ implementation of MessagePack. |