summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2017-11-04 14:28:15 -0400
committerGitHub <noreply@github.com>2017-11-04 14:28:15 -0400
commita30d8ad475d39b29f490b02db5123a0f029f5ed7 (patch)
tree7a4f6183675e4d05d0fe96dffb85b697b643cb9c
parent93515e3b0df21c0910658788d1aa6c2ef21e1775 (diff)
parentddd39be0843a82db29bdddf18838436b615aafd0 (diff)
downloadasync-a30d8ad475d39b29f490b02db5123a0f029f5ed7.tar.gz
Merge pull request #1488 from LukasDrgon/patch-1
Add jsDelivr hits badge
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 141926b..4abb6d1 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@
[![Coverage Status](https://coveralls.io/repos/caolan/async/badge.svg?branch=master)](https://coveralls.io/r/caolan/async?branch=master)
[![Join the chat at https://gitter.im/caolan/async](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/caolan/async?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![libhive - Open source examples](https://www.libhive.com/providers/npm/packages/async/examples/badge.svg)](https://www.libhive.com/providers/npm/packages/async)
+[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/async/badge?style=rounded)](https://www.jsdelivr.com/package/npm/async)
Async is a utility module which provides straight-forward, powerful functions for working with asynchronous JavaScript. Although originally designed for use with [Node.js](https://nodejs.org/) and installable via `npm install --save async`, it can also be used directly in the browser.