From a200114125b77f37134177f4cd62f8e48ff64232 Mon Sep 17 00:00:00 2001 From: Karl Kilgi Date: Tue, 3 Nov 2020 14:58:34 +0200 Subject: [PATCH] Update README.md (#142) Tags has to be under api, otherwise they are not uploaded --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 498a0da..375900d 100644 --- a/README.md +++ b/README.md @@ -81,13 +81,13 @@ custom: license: name: "Licensing" url: "http://www.example.com/licensing" - tags: - - - name: "Data Creation" - description: "Services to create things" - - - name: "Some other tag" - description: "A tag for other things" + tags: + - + name: "Data Creation" + description: "Services to create things" + - + name: "Some other tag" + description: "A tag for other things" authorizers: - name: "MyCustomAuthorizer"