summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Overton <woverton@centiq.co.uk>2016-04-14 20:42:31 +0100
committerGraeme Yeates <yeatesgraeme@gmail.com>2016-04-14 15:42:31 -0400
commit85832402c8ca199a1a644932c58b86fc38d6596d (patch)
tree3768ce0a62c9462813df27cc295b12575e0b085d
parent6ed90c61f9d06717034c88560b6210cb7de9d4e8 (diff)
downloadasync-85832402c8ca199a1a644932c58b86fc38d6596d.tar.gz
Removed SPM from readme as it is dead (#1108)
SPM is no longer running as of the 15th March 2016, see http://spmjs.io/.
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index f825c99..407e18f 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,6 @@ Async is also installable via:
- [bower](http://bower.io/): `bower install async`
- [component](https://github.com/component/component): `component install caolan/async`
- [jam](http://jamjs.org/): `jam install async`
-- [spm](http://spmjs.io/): `spm install async`
Async provides around 70 functions that include the usual 'functional'
suspects (`map`, `reduce`, `filter`, `each`…) as well as some common patterns