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
[](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.