Skip to content

Commit 9f7f9fc

Browse files
committed
Adjust heading order. [ci skip]
1 parent 6e2fb92 commit 9f7f9fc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ $ lodash -o ./dist/lodash.js
99
$ lodash core -o ./dist/lodash.core.js
1010
```
1111

12-
## Why Lodash?
13-
14-
Lodash makes JavaScript easier by taking the hassle out of working with arrays,<br>
15-
numbers, objects, strings, etc. Lodash’s modular methods are great for:
16-
17-
* Iterating arrays, objects, & strings
18-
* Manipulating & testing values
19-
* Creating composite functions
20-
2112
## Community
2213

2314
[![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
3627
* [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))
3728
* [CDN copies](https://www.jsdelivr.com/projects/lodash)
3829

30+
## Why Lodash?
31+
32+
Lodash makes JavaScript easier by taking the hassle out of working with arrays,<br>
33+
numbers, objects, strings, etc. Lodash’s modular methods are great for:
34+
35+
* Iterating arrays, objects, & strings
36+
* Manipulating & testing values
37+
* Creating composite functions
38+
3939
## Module Formats
4040

4141
Lodash is available in a [variety of builds](https://lodash.com/custom-builds) & module formats.

0 commit comments

Comments
 (0)