diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:35:06 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:35:06 -0400 |
commit | 28cad3b12cd48564b687586953fabe9f60885966 (patch) | |
tree | 363e4a9c293b52ab43e36055bd7291ec82b6276c /libraries/libcbor | |
parent | 68ee90437e6d582d5a3ebc86c4c24f56881ef4ed (diff) |
libraries/libcbor: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/libcbor')
-rw-r--r-- | libraries/libcbor/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/libcbor/README b/libraries/libcbor/README index 48210d800e94..8e8442cad566 100644 --- a/libraries/libcbor/README +++ b/libraries/libcbor/README @@ -1,5 +1,5 @@ -libcbor is a C library for parsing and generating CBOR, the general-purpose -schema-less binary data format. +libcbor is a C library for parsing and generating CBOR, the +general-purpose schema-less binary data format. Main features: Complete RFC conformance |