Skip to content

Commit 567fa9e

Browse files
authored
Update description of CBOR in README
1 parent 9133891 commit 567fa9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## What is CBOR and Why You Want It
1010

11-
**CBOR** (Concise Binary Object Representation, [RFC 8949](https://tools.ietf.org/html/rfc8949)) is a binary data format like JSON, msgpack, or Protocol Buffers. It's small, fast, and human-readable in diagnostic notation. Use it when you need:
11+
**CBOR** (Concise Binary Object Representation, [RFC 8949](https://tools.ietf.org/html/rfc8949)) is a data format like JSON, msgpack, or Protocol Buffers. It's small, fast, and human-readable in diagnostic notation. Use it when you need:
1212

1313
- **Wire efficiency:** Encode numbers, arrays, and maps in the fewest bytes possible
1414
- **Language-agnostic data exchange:** Send structs between mruby and Python, Node.js, Go, Rust, etc.
@@ -914,4 +914,4 @@ When **decoding**, text strings (major type 3) are validated as UTF-8 **when mru
914914

915915
---
916916

917-
**Built with ❤️ for mruby. Fast. Reliable. Deterministic.**
917+
**Built with ❤️ for mruby. Fast. Reliable. Deterministic.**

0 commit comments

Comments
 (0)