From a67281f8e7a0143344a447c34df342847fed5ff5 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 30 May 2012 01:23:51 -0400 Subject: [PATCH] Cleanup README.md. Former-commit-id: b0d0a22ff427b6a5754e2850e2a420e764a1eb39 --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2ff1ac76e..8564bd614 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ For more information check out these screencasts over Lo-Dash: ## Features * AMD loader support - * [_.bind](http://lodash.com/docs#_bindfunc--arg1-arg2-) supports *"lazy"* binding - * [_.debounce](http://lodash.com/docs#_debouncefunc-wait-immediate)’ed functions match [_.throttle](http://lodash.com/docs#_throttlefunc-wait)’ed functions’ return value behavior - * [_.forEach](http://lodash.com/docs#_foreachcollection-callback--thisarg) is chainable - * [_.groupBy](http://lodash.com/docs#_groupbycollection-callback--thisarg) accepts a third, `thisArg`, argument - * [_.partial](http://lodash.com/docs#_partialfunc--arg1-arg2-) for more functional fun - * [_.size](http://lodash.com/docs#_sizecollection) supports returning the `length` of string values + * [_.bind](http://lodash.com/docs#bind) supports *"lazy"* binding + * [_.debounce](http://lodash.com/docs#debounce)’ed functions match [_.throttle](http://lodash.com/docs#throttle)’ed functions’ return value behavior + * [_.forEach](http://lodash.com/docs#forEach) is chainable + * [_.groupBy](http://lodash.com/docs#groupBy) accepts a third, `thisArg`, argument + * [_.partial](http://lodash.com/docs#partial) for more functional fun + * [_.size](http://lodash.com/docs#size) supports returning the `length` of string values ## Support @@ -197,7 +197,7 @@ git submodule update --init * Added mobile build option * Ensured `_.find` returns `undefined` for unmatched values - * Ensured `_.templateSettings.variable` Underscore.js compatibility + * Ensured `_.templateSettings.variable` is compatible with Underscore.js * Optimized `_.escape` * Reduced dependencies in `_.find`