Update README.md

This commit is contained in:
Dean Eigenmann 2020-02-28 13:29:15 +01:00 committed by GitHub
parent 5fe5566c75
commit 5c874aae97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,11 @@ Their values MUST be as follows:
| **name** | The human readable name of the field. |
| **comment** | Any developer related comments for the field. |
The valid `size` values are:
- `0` - there is no value.
- `V` - meaning the value is length prefixed.
- `>0` - any number above 0 is the explicit length of the field.
Below is an example valid csv table, the values in it will be used further in the examples within this document.
```csv