From 9f7f9fc3c5f1a4db9a2134950872440c792ee8bb Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Wed, 17 Feb 2016 01:26:09 -0800 Subject: [PATCH] Adjust heading order. [ci skip] --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 818337fc2..e5f6b2736 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,6 @@ $ lodash -o ./dist/lodash.js $ lodash core -o ./dist/lodash.core.js ``` -## Why Lodash? - -Lodash makes JavaScript easier by taking the hassle out of working with arrays,
-numbers, objects, strings, etc. Lodash’s modular methods are great for: - -* Iterating arrays, objects, & strings -* Manipulating & testing values -* Creating composite functions - ## Community [![Gitter](https://badges.gitter.im/lodash/lodash.svg)](https://gitter.im/lodash/lodash) @@ -36,6 +27,15 @@ Review the [build differences](https://github.com/lodash/lodash/wiki/build-diffe * [Full build](https://raw.githubusercontent.com/lodash/lodash/4.4.0/dist/lodash.js) ([~21 kB gzipped](https://raw.githubusercontent.com/lodash/lodash/4.4.0/dist/lodash.min.js)) * [CDN copies](https://www.jsdelivr.com/projects/lodash) +## Why Lodash? + +Lodash makes JavaScript easier by taking the hassle out of working with arrays,
+numbers, objects, strings, etc. Lodash’s modular methods are great for: + +* Iterating arrays, objects, & strings +* Manipulating & testing values +* Creating composite functions + ## Module Formats Lodash is available in a [variety of builds](https://lodash.com/custom-builds) & module formats.