From 3537e6ca6e04d51e20ac8f15ac44505c21f668f7 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 19 Apr 2017 12:10:20 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13024f9..f62ae2f 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ ENV VERSION %%VERSION%% "map_ssl": "bool", "options": {}, "schema": { - "bla": "str|int|float|bool" -    "list1": ["str|int|float|bool"] + "bla": "str|int|float|bool", +    "list1": ["str|int|float|bool"], "list2": [{      "ble": "str|int|float|bool" }]