diff --git a/README.md b/README.md index b2bdec6..b34553d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ It has the following features: * Serialize a bool with only one bit * Serialize any integer value from [1,64] bits writing only that number of bits to the buffer -* Serialize signed integer values with [min,max] using only the bits required +* Serialize signed integer values with [min,max] writing only the required bits to the buffer * Serialize floats, doubles, compressed floats, strings, varints, and integers relative to another integer * Template based serialization system so you can write a unified serialize function instead of separate read and write functions