diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:50:19 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:01 -0400 |
commit | 061dcca1bf72d399fae91623891ebf7989fbfb3f (patch) | |
tree | f2838044839c27e9117716401ef609de5de06409 /ruby | |
parent | 7579679cac26574c22b73c64b86d0d8f4e198c90 (diff) |
ruby/rubygem-msgpack: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'ruby')
-rw-r--r-- | ruby/rubygem-msgpack/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ruby/rubygem-msgpack/README b/ruby/rubygem-msgpack/README index 9bb3b183479d..e56f0e63069e 100644 --- a/ruby/rubygem-msgpack/README +++ b/ruby/rubygem-msgpack/README @@ -1,3 +1,3 @@ -MessagePack is a binary-based efficient object serialization library. It -enables to exchange structured objects between many languages like JSON. But -unlike JSON, it is very fast and small. +MessagePack is a binary-based efficient object serialization +library. It enables to exchange structured objects between many +languages like JSON. But unlike JSON, it is very fast and small. |