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