From 287ba32ea7272859c3e65efe7551df5993ebccfb Mon Sep 17 00:00:00 2001 From: Joey Hines Date: Tue, 3 May 2022 20:12:54 -0600 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c19e63..9b27205 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Members: #### Field A field is a collection of bits that make up some sort of data. Formaty supports `Int`/`Uint` of arbitrary size, -`Float`, `Double`, `Strings` and `Bytes`. This data may not be byte aligned. +`Float`, `Double`, `Strings` and `Bytes`. This data does not need to be byte aligned. Members: * `name` - the name of the field, used while displaying data