Updated README.md
parent
5a98f84063
commit
287ba32ea7
|
@ -17,7 +17,7 @@ Members:
|
||||||
|
|
||||||
#### Field
|
#### Field
|
||||||
A field is a collection of bits that make up some sort of data. Formaty supports `Int`/`Uint` of arbitrary size,
|
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:
|
Members:
|
||||||
* `name` - the name of the field, used while displaying data
|
* `name` - the name of the field, used while displaying data
|
||||||
|
|
Loading…
Reference in New Issue