From 1aa27f2da3ea9e9c009a6ab7bb0b30168af68bf9 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 13 Sep 2013 21:16:12 -0700 Subject: [PATCH] Change link to npm lodash packages in readme. [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45028adde..720758692 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A utility library delivering consistency, [customization](http://lodash.com/cust [Development](https://raw.github.com/lodash/lodash/2.0.0/dist/lodash.underscore.js) & [Production](https://raw.github.com/lodash/lodash/2.0.0/dist/lodash.underscore.min.js) -Love modules? We’ve got you covered with [lodash-amd](https://npmjs.org/package/lodash-amd), [lodash-node](https://npmjs.org/package/lodash-node), and [npm packages](https://npmjs.org/~jdalton) per method. +Love modules? We’ve got you covered with [lodash-amd](https://npmjs.org/package/lodash-amd), [lodash-node](https://npmjs.org/package/lodash-node), and [npm packages](https://npmjs.org/browse/author/jdalton) per method. CDN copies are available on [cdnjs](http://cdnjs.com/) & [jsDelivr](http://www.jsdelivr.com/#!lodash).
For smaller file sizes, create [custom builds](http://lodash.com/custom-builds) with only the features needed.