From 285b667c3eb115b782c874dd5d1d0538d3cc3a65 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Mon, 8 Feb 2016 22:23:08 -0800 Subject: [PATCH] Update "Why Lodash" section of readme. [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77bcf52ab..03591fa86 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ $ lodash -o ./dist/lodash.js $ lodash core -o ./dist/lodash.core.js ``` -## What is Lodash +## Why Lodash? Lodash makes JavaScript easier by taking the hassle out of working with arrays,
-numbers, objects, strings, etc. Lodash’s modular methods can be used for: +numbers, objects, strings, etc. Lodash’s modular methods are great for: * Iterating arrays, objects, & strings * Manipulating & testing values