From 8a17ddcc0a0d92e3eab7455dab240e57db0b368d Mon Sep 17 00:00:00 2001 From: Glenn Fiedler Date: Thu, 14 Nov 2024 10:12:24 -0500 Subject: [PATCH] Update README.md Signed-off-by: Glenn Fiedler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc0b35d..7f16611 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It has the following features: * Serialize signed integer values with [min,max] writing only the required bits to the buffer * Serialize floats, doubles, compressed floats, strings, byte arrays, and integers relative to another integer * Alignment support so you can align your bitstream to a byte boundary whenever you want -* Template based serialization system so you can write a unified serialize function instead of separate read and write functions +* Template-based serialization system lets you write one function that does both read and write # Usage