Skip to content

Commit c990663

Browse files
authored
Merge pull request #1 from petersn/petersn-patch-1
Fix typo in README.md
2 parents 114b78f + 4086009 commit c990663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This project consists of three crates:
2828

2929
## Why MessagePack?
3030

31-
It's smaller and much simpler to parse than JSON. The encoded data is self-describing and extensible, without using any schema definitions. It supports the same data types as JSON, plus binary data, non-string map keys, all float values, and 64-bit numbers. Msgpack values use `<lenght><data>` encoding, so they can be safely concatenated and read from a stream.
31+
It's smaller and much simpler to parse than JSON. The encoded data is self-describing and extensible, without using any schema definitions. It supports the same data types as JSON, plus binary data, non-string map keys, all float values, and 64-bit numbers. Msgpack values use `<length><data>` encoding, so they can be safely concatenated and read from a stream.
3232

3333
MessagePack is similar to CBOR, but has simpler data types (no bignums, decimal floats, dates, or indefinite-length sets, etc.)
3434

0 commit comments

Comments
 (0)