From a79032dc4b1b02593f15075420d95e823691806e Mon Sep 17 00:00:00 2001 From: Mats Byrkjeland Date: Wed, 26 Feb 2020 15:03:29 +0100 Subject: [PATCH] Add NPM version badge --- README.md | 2 ++ docs/intro.mdx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index e9082e5a..a9d809de 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Entur SDK +![NPM version](https://img.shields.io/npm/v/@entur/sdk) + This SDK simplifies the use of Entur's travel APIs in JavaScript apps. For more information about Entur's APIs, see https://developer.entur.org Miss anything? Found a bug? File an [issue](https://github.com/entur/sdk/issues/new) or create a pull request! diff --git a/docs/intro.mdx b/docs/intro.mdx index f099cd07..a1c685ab 100644 --- a/docs/intro.mdx +++ b/docs/intro.mdx @@ -5,6 +5,8 @@ route: / # Entur SDK +![NPM version](https://img.shields.io/npm/v/@entur/sdk) + This SDK simplifies the use of Entur's travel APIs in JavaScript apps and works for both the browser and Node.js. For more information about Entur's APIs, see https://developer.entur.org