From cc8995cd5c28db476e762fe30cd81eb8d1432a5c Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 22 Jan 2015 00:37:21 -0800 Subject: [PATCH] Remove Underscore build from readme. [ci skip] --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index ea1610876..f9091565d 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,6 @@ Review the [build differences](https://github.com/lodash/lodash/wiki/build-diffe For new environments like Chrome, Firefox, IE ≥ 9, & Safari ≥ 5.1 * [Compatibility build](https://raw.github.com/lodash/lodash/2.4.1/dist/lodash.compat.js) ([minified](https://raw.github.com/lodash/lodash/2.4.1/dist/lodash.compat.min.js))
For new & old environments like IE ≤ 8 & PhantomJS -* [Underscore build](https://raw.github.com/lodash/lodash/2.4.1/dist/lodash.underscore.js) ([minified](https://raw.github.com/lodash/lodash/2.4.1/dist/lodash.underscore.min.js))
- A drop-in replacement for [Underscore v1.6.0](http://underscorejs.org/#1.6.0) CDN copies are available on [cdnjs](http://cdnjs.com/libraries/lodash.js/) & [jsDelivr](http://www.jsdelivr.com/#!lodash).
Create [custom builds](https://lodash.com/custom-builds) with only the features you need.