diff --git a/config.md b/config.md index 7a40d8de3..7db12e4a2 100644 --- a/config.md +++ b/config.md @@ -141,12 +141,12 @@ Since the configuration JSON that gets hashed references hashes of each layer in - **diff_ids** *array*, REQUIRED - An array of layer content hashes (`DiffIDs`), in order from bottom-most to top-most. + An array of layer content hashes (`DiffIDs`), in order from bottom-most to top-most and bottom-most at index 0. - **history** *array of objects*, OPTIONAL Describes the history of each layer. - The array is ordered from bottom-most layer to top-most layer. + The array is ordered from bottom-most layer to top-most layer and bottom-most at index 0. The object has the following fields: - **created** *string*, OPTIONAL