summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2017-02-14 10:39:14 -0500
committerGitHub <noreply@github.com>2017-02-14 10:39:14 -0500
commitc30b2a36e794dcd052d3927b938445f7775327cb (patch)
tree297e40a6db4fe3af2fb635840fb1860ad503c481
parent8903d46ef1d05207af1e304398db67cd622ac300 (diff)
parent1f232add72bd5169ba38f889d11dd325833ef240 (diff)
downloadasync-c30b2a36e794dcd052d3927b938445f7775327cb.tar.gz
Merge pull request #1370 from libHive/master
Added libhive badge to README
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index aece509..f59b13c 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@
[![NPM version](https://img.shields.io/npm/v/async.svg)](https://www.npmjs.com/package/async)
[![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)
+
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.