Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
reececomo authored Aug 3, 2024
1 parent 7abd338 commit cf3413d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

<img align="right" src="docs/hero.png" alt="tinybuf icon showing binary peeking out from behind a square." height="80">

Zero-dependency binary serialization for Node.js and HTML5 &ndash; based on [js-binary](https://www.npmjs.com/package/js-binary)
Zero-dependency binary serialization for Node.js and HTML5

| | |
| --------------------------------- | ---------------------------------------- |
| 🔮 Simple, declarative API | 🔥 Blazing fast serialization |
| 🗜️ Powerful & performant compression | ✨ 50% smaller vs. [FlatBuffers](#-comparison-table) |
| 🍃 Zero dependencies | 🙉 Optional advanced features |
| 🤏 `~5kb` minzipped | 🚦 Supports property mangling (i.e. [Terser\](https://terser.org/)) |
| 🤏 `~5kb` minzipped | 🚦 Supports property mangling (i.e. [Terser](https://terser.org/)) |

## 💿 Install

Expand Down Expand Up @@ -528,4 +528,4 @@ See [docs/ENCODING.md](docs/ENCODING.md) for an overview on how most formats are

## Credits

Hard-forked from Guilherme Souza's [js-binary](https://github.com/sitegui/js-binary).
Based on Guilherme Souza's [js-binary](https://github.com/sitegui/js-binary).

0 comments on commit cf3413d

Please sign in to comment.