From 6c8c293ecaf71d8c7011090226923321bf002871 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 28 Apr 2017 16:19:38 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d10c940..410959d 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,9 @@ You should use bash scripts for simple stuff inside docker to hold the image sma "options": {}, "schema": { "bla": "str|int|float|bool|email|url", -    "list1": [ -      "str|int|float|bool|email|url" - ], - "list2": [ -      { "ble": "str|int|float|bool|email|url" } +    "list1": ["str|int|float|bool|email|url"], + "list2": [ + { "ble": "str|int|float|bool|email|url" } ]  }, "image": "for custom addons",