From 1017478b08a77114fa8ee941cf49006e1e18f46f Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Thu, 14 Mar 2019 17:17:23 +0100 Subject: [PATCH] Updated README, v0.3.3 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ebf707..a3a4aeb 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ A simple text renderer, which supports CommonMark. **Properties:** - `description` (string): The text to show. - `preprocessor` (function): A function that further processes the text, before CommonMark is parsed. +- `compact` (boolean): Renders the description more compact if set to `true`. Defaults to `false`. ### `LinkList` A simple list of links. @@ -98,7 +99,7 @@ Visualizes the supported functionalities of the back-end. **Properties:** - `version` (string): openEO version -- `endpoints` (object): Supported endpoints as defined by the openEO API. +- `endpoints` (object): Supported endpoints as defined by the openEO API. ## Utils Some utility methods used by the components, which could also be useful for other purposes: