diff --git a/README.md b/README.md index 2c56cb07..9142696d 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ JavaScript client for the openEO API. [![Build Status](https://travis-ci.org/Open-EO/openeo-js-client.svg?branch=master)](https://travis-ci.org/Open-EO/openeo-js-client) -This client is in **version 0.3.1** and supports **openEO API versions 0.3.0 and 0.3.1**. Legacy versions are available as releases. +This client is in **version 0.3.2** and supports **openEO API versions 0.3.0 and 0.3.1**. Legacy versions are available as releases. ## Usage This library can run in a recent browser supporting ECMAScript 2015 or node.js. To use it in a browser environment simply add the following code to your HTML file: ``` - - + + ``` To install it with npm: `npm install @openeo/js-client` diff --git a/examples/discovery.html b/examples/discovery.html index dd22fd1c..fabbf907 100644 --- a/examples/discovery.html +++ b/examples/discovery.html @@ -4,7 +4,7 @@ openEO JS client - Discovery example - +