summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Yeates <yeatesgraeme@gmail.com>2017-04-19 11:11:47 -0400
committerGitHub <noreply@github.com>2017-04-19 11:11:47 -0400
commit8fd0183c51cd519c1f298e8a0c60b741a285e3db (patch)
treec318d71f40f85fcdb7b73dbb4ed5340f369da6ba
parent996abc22d981d685eee2c431ca098d39b277cfa7 (diff)
parenta663bec65db4cdb44d5503c68778bf9f37d98071 (diff)
downloadasync-8fd0183c51cd519c1f298e8a0c60b741a285e3db.tar.gz
Merge pull request #1409 from vvo/patch-2
docs(intro): remove non relevant pkg managers
-rw-r--r--intro.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/intro.md b/intro.md
index 2185fb3..9823be1 100644
--- a/intro.md
+++ b/intro.md
@@ -14,9 +14,8 @@ it can also be used directly in the browser.
Async is also installable via:
+- [yarn](https://yarnpkg.com/en/): `yarn add async`
- [bower](http://bower.io/): `bower install async`
-- [component](https://github.com/componentjs/component): `component install caolan/async`
-- [jam](http://jamjs.org/): `jam install async`
Async provides around 70 functions that include the usual 'functional'
suspects (`map`, `reduce`, `filter`, `each`…) as well as some common patterns