From a64506a0de6c7f597ba2970ba6a9bf4ea8d695c4 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 14 Dec 2012 01:55:39 -0800 Subject: [PATCH] More clearly label `lodash underscore` compatibility builds. [ci skip] Former-commit-id: 169559848f08a5ce9228e18e647e2e26eabe8341 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 85a395fac..659ec7525 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,15 @@ An alternative to Underscore.js, delivering [consistency](https://github.com/bes [Development](https://raw.github.com/bestiejs/lodash/v1.0.0-rc.2/lodash.js) and [Production](https://raw.github.com/bestiejs/lodash/v1.0.0-rc.2/lodash.min.js) -* Underscore builds:
+* Underscore compatibility builds:
[Development](https://raw.github.com/bestiejs/lodash/v1.0.0-rc.2/lodash.underscore.js) and [Production](https://raw.github.com/bestiejs/lodash/v1.0.0-rc.2/lodash.underscore.min.js) * CDN copies of ≤ v1.0.0-rc.2’s builds are available on [cdnjs](http://cdnjs.com/) thanks to [CloudFlare](http://www.cloudflare.com/):
-[Lo-Dash development](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/1.0.0-rc.2/lodash.js), -[Lo-Dash production](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/1.0.0-rc.2/lodash.min.js), -[Underscore development](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/1.0.0-rc.2/lodash.underscore.js), and -[Underscore production](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/1.0.0-rc.2/lodash.underscore.min.js) +[Lo-Dash dev](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/1.0.0-rc.2/lodash.js), +[Lo-Dash prod](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/1.0.0-rc.2/lodash.min.js), +[Underscore compat-dev](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/1.0.0-rc.2/lodash.underscore.js), and +[Underscore compat-prod](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/1.0.0-rc.2/lodash.underscore.min.js) * For optimal file size, [create a custom build](https://github.com/bestiejs/lodash#custom-builds) with only the features you need