diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:49:09 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:49:09 -0400 |
commit | 4a643ba9b744ee9dcba9b4fa612c0245eae405cd (patch) | |
tree | 77c414f94f8c678a55b90849f513e6175fccd8c7 /libraries/lua-mpack | |
parent | ccc04b28d345050671fef0c0ee7143c7983fac78 (diff) |
libraries/lua-mpack: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/lua-mpack')
-rw-r--r-- | libraries/lua-mpack/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/lua-mpack/README b/libraries/lua-mpack/README index dcafb818ae045..0259311b027e9 100644 --- a/libraries/lua-mpack/README +++ b/libraries/lua-mpack/README @@ -1,2 +1,2 @@ -lua-mpack is a small binary serialization/RPC library that implements both the -msgpack and msgpack-rpc specifications for lua. +lua-mpack is a small binary serialization/RPC library that implements +both the msgpack and msgpack-rpc specifications for lua. |