From cca48480188bd4ad1c0abf39f897c80319c18995 Mon Sep 17 00:00:00 2001 From: Saugat Acharya Date: Fri, 5 Jul 2019 11:50:20 +0545 Subject: [PATCH] Add npm version badge --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb05307..3558b78 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # Async Store +[![npm](https://img.shields.io/npm/v/@leapfrogtechnology/async-store.svg?style=flat-square)](https://www.npmjs.com/package/@leapfrogtechnology/async-store) [![Travis](https://img.shields.io/travis/com/leapfrogtechnology/async-store.svg?style=flat-square)](https://travis-ci.com/leapfrogtechnology/async-store) [![LICENSE](https://img.shields.io/github/license/leapfrogtechnology/async-store.svg?style=flat-square)](https://github.com/leapfrogtechnology/async-store/blob/master/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/leapfrogtechnology/async-store) -Global store utility for a async operation lifecycle and chain of callbacks. +Global store utility for an async operation lifecycle and chain of callbacks. ## Change Log @@ -12,4 +13,4 @@ Check the [CHANGELOG](CHANGELOG.md) for change log and release history. ## License -Licensed under [The MIT License](LICENSE). \ No newline at end of file +Licensed under [The MIT License](LICENSE).