Update cdnjs link to v0.5.2 in README.md.

Former-commit-id: e519a03ad9016f8aebd2c703f29bb350bcd442f1
This commit is contained in:
John-David Dalton
2012-08-21 02:13:53 -07:00
parent 5b9271ccfe
commit feeb38293d

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.5.2/lodash.js)
* [Production source](https://raw.github.com/bestiejs/lodash/v0.5.2/lodash.min.js)
* CDN copies of ≤ [v0.5.1](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/0.5.1/lodash.min.js) are available on [cdnjs](http://cdnjs.com/) thanks to [CloudFlare](http://www.cloudflare.com/)
* CDN copies of ≤ [v0.5.2](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/0.5.2/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