From 79a289c7e2e7f0dd70eef17f886ab7e4ec977b5c Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 12 Jul 2012 02:06:55 -0400 Subject: [PATCH] Update CDN copy link. Former-commit-id: 4d0d26292eef227f343f6b482856482f8f554a43 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88ce31ece..052d4839b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Lo-Dash’s performance is gained by avoiding slower native methods, instead opt * [Development source](https://raw.github.com/bestiejs/lodash/v0.4.1/lodash.js) * [Production source](https://raw.github.com/bestiejs/lodash/v0.4.1/lodash.min.js) - * CDN copies of ≤ [v0.3.2](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/0.3.2/lodash.min.js) are available on [cdnjs](http://cdnjs.com/) thanks to [CloudFlare](http://www.cloudflare.com/) + * CDN copies of ≤ [v0.4.1](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/0.4.1/lodash.min.js) are available on [cdnjs](http://cdnjs.com/) thanks to [CloudFlare](http://www.cloudflare.com/) * For optimal performance, [create a custom build](https://github.com/bestiejs/lodash#custom-builds) with only the features you need ## Dive in