From bc5eb93ae391cbeecf01f64a2dfe7416bb11759c Mon Sep 17 00:00:00 2001 From: Glenn Fiedler Date: Sun, 24 Dec 2023 18:43:11 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f76a1f..8693d6e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ It has the following features: * Serialize floats, doubles, compressed floats, strings, byte arrays, varints, 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 -* Separate read and write methods so you can still have separate read and write methods where it makes sense +* Separate read and write methods so you can still have separate read and write methods if you prefer that # Author