Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jun 22, 2020
1 parent e783e63 commit 313addb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ A set of common JavaScript functionalities for [openEO](http://openeo.org).

This library's version is ![Version](https://img.shields.io/github/package-json/v/Open-EO/openeo-js-commons/master) and supports ![Supported API Versions](https://img.shields.io/github/package-json/apiVersions/Open-Eo/openeo-js-commons/master).

This is the stable **master branch**, this library version is **1.0.0-rc.3**.
This is the stable **master branch**, this library version is **1.0.0-rc.4**.

[![Build Status](https://travis-ci.org/Open-EO/openeo-js-commons.svg?branch=master)](https://travis-ci.org/Open-EO/openeo-js-commons)
![Minified Size](https://img.shields.io/bundlephobia/min/@openeo/js-commons/1.0.0-rc.3)
![Minzipped Size](https://img.shields.io/bundlephobia/minzip/@openeo/js-commons/1.0.0-rc.3
![Minified Size](https://img.shields.io/bundlephobia/min/@openeo/js-commons/1.0.0-rc.4)
![Minzipped Size](https://img.shields.io/bundlephobia/minzip/@openeo/js-commons/1.0.0-rc.4)

## Features
- Converting responses from API version 0.4 to the latest API version is supported for:
Expand All @@ -34,8 +34,8 @@ You can then require the parts of the library you want to use. For example: `con
In a web environment you can include the library as follows:

```html
<script src="https://cdn.jsdelivr.net/npm/@openeo/js-commons@1.0.0-rc.3/dist/main.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@openeo/js-commons@1.0.0-rc.4/dist/main.min.js"></script>
```
<!-- When releasing a stable release, change the version to @1 instead of 1.0.0 to allow backward-compatible upgrades -->

More information can be found in the [**JS commons documentation**](https://open-eo.github.io/openeo-js-commons/1.0.0-rc.3/).
More information can be found in the [**JS commons documentation**](https://open-eo.github.io/openeo-js-commons/1.0.0-rc.4/).

0 comments on commit 313addb

Please sign in to comment.