From 5c569b3cc17c4d57d9dbc589b05573ac5c3e56b6 Mon Sep 17 00:00:00 2001 From: Olivia Date: Mon, 6 May 2024 13:30:53 +0200 Subject: [PATCH] update README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e23d1d..8fa8d21 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ogc-client +# ogc-client [![Latest version on NPM](https://img.shields.io/npm/v/%40camptocamp%2Fogc-client)](https://www.npmjs.com/package/@camptocamp/ogc-client) [![Latest @dev version on NPM](https://img.shields.io/npm/v/%40camptocamp%2Fogc-client/dev)](https://www.npmjs.com/package/@camptocamp/ogc-client?activeTab=versions) > A Typescript library for interacting with [OGC-compliant services](https://www.ogc.org/docs/is) @@ -48,6 +48,14 @@ enableFallbackWithoutWorker(); All processing will be done on the main thread after this call, including HTTP requests. +### Use the latest development version + +[The `@camptocamp/ogc-client` NPM package](https://www.npmjs.com/package/@camptocamp/ogc-client) is updated on every commit on the `main` branch under the `@dev` tag. To use it: + +```bash +$ npm install --save @camptocamp/ogc-client@dev +``` + ### Application A provided application containing the documentation and demo is located in the `app` folder.