From 5c874aae97f9c7da62e25d8afe4954361f7b8fbf Mon Sep 17 00:00:00 2001 From: Dean Eigenmann Date: Fri, 28 Feb 2020 13:29:15 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index df75df2..af7c13a 100644 --- a/README.md +++ b/README.md @@ -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