Update cdn link in README.md.

Former-commit-id: 5da17daf1a6d1d5c9f6e9ba7875f45bd2d763cda
This commit is contained in:
John-David Dalton
2012-09-11 07:41:47 -07:00
parent 39d4842ff5
commit 9d8d17b964

View File

@@ -8,7 +8,7 @@ Lo-Dashs performance is gained by avoiding slower native methods, instead opt
* [Development source](https://raw.github.com/bestiejs/lodash/v0.7.0/lodash.js)
* [Production source](https://raw.github.com/bestiejs/lodash/v0.7.0/lodash.min.js)
* CDN copies of ≤ [v0.6.1](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/0.6.1/lodash.min.js) are available on [cdnjs](http://cdnjs.com/) thanks to [CloudFlare](http://www.cloudflare.com/)
* CDN copies of ≤ [v0.7.0](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/0.7.0/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