summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2012-10-29 13:12:23 -0400
committerAndrew Kelley <superjoe30@gmail.com>2012-10-29 14:27:01 -0400
commit2960736b397ffad94c1d25f177dc87aef311078d (patch)
tree0ddc3b0b67dd7497ff117dc8cda24bb4b5308dd2 /README.md
parent96a7da519adc9e8cb3c187a2da4945f5edea71d3 (diff)
downloadasync-2960736b397ffad94c1d25f177dc87aef311078d.tar.gz
ability to use async as a component
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1430894..321531f 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
Async is a utility module which provides straight-forward, powerful functions
for working with asynchronous JavaScript. Although originally designed for
use with [node.js](http://nodejs.org), it can also be used directly in the
-browser.
+browser. Also supports [component](https://github.com/component/component).
Async provides around 20 functions that include the usual 'functional'
suspects (map, reduce, filter, forEach…) as well as some common patterns