Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames authored Dec 24, 2023
1 parent 87dc4e3 commit bc5eb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bc5eb93

Please sign in to comment.