Skip to content

Commit

Permalink
Updated README, v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Mar 14, 2019
1 parent a8602e1 commit 1017478
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 1017478

Please sign in to comment.