From e758a9e4e985dcf22aba95aca51943a02e5d7c28 Mon Sep 17 00:00:00 2001 From: Lei Jitang Date: Tue, 27 Sep 2016 22:43:28 -0400 Subject: [PATCH] Make the order more clear Signed-off-by: Lei Jitang --- config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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