8000 Simplify readme. [ci skip] · lodash/lodash@86f2a10 · GitHub
[go: up one dir, main page]

Skip to content

Commit 86f2a10

Browse files
committed
Simplify readme. [ci skip]
1 parent 9ca02a4 commit 86f2a10

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,29 +25,26 @@ numbers, objects, strings, etc. Lodash’s modular methods are great for:
2525
## Documentation
2626

2727
* [API Documentation](https://lodash.com/docs)
28-
* [DevDocs – *a searchable interface for our documentation*](https://devdocs.io/lodash/)
2928
* [FP Guide](https://github.com/lodash/lodash/wiki/FP-Guide)
3029

3130
## Download
3231

3332
Lodash is released under the [MIT license](https://raw.githubusercontent.com/lodash/lodash/4.4.0/LICENSE) & supports [modern environments](#support).<br>
34-
Review the [build differences](https://github.com/lodash/lodash/wiki/build-differences) & pick the one that’s right for you.
33+
Review the [build differences](https://github.com/lodash/lodash/wiki/build-differences) & pick one that’s right for you.
3534

3635
* [Core build](https://raw.githubusercontent.com/lodash/lodash/4.4.0/dist/lodash.core.js) ([~4 kB gzipped](https://raw.githubusercontent.com/lodash/lodash/4.4.0/dist/lodash.core.min.js))
37-
* [Full build](https://raw.githubusercontent.com/lodash/lodash/4.4.0/dist/lodash.js) ([~20 kB gzipped](https://raw.githubusercontent.com/lodash/lodash/4.4.0/dist/lodash.min.js))
36+
* [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))
37+
* [CDN copies](https://www.jsdelivr.com/projects/lodash)
3838

3939
## Module Formats
4040

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

4343
* [lodash](https://www.npmjs.com/package/lodash) & [per method packages](https://www.npmjs.com/browse/keyword/lodash-modularized)
4444
* [lodash-amd](https://www.npmjs.com/package/lodash-amd)
4545
* [lodash-es](https://www.npmjs.com/package/lodash-es) & [babel-plugin-lodash](https://www.npmjs.com/package/babel-plugin-lodash)
4646
* [lodash/fp](https://github.com/lodash/lodash/tree/4.4.0-npm/fp)
4747

48-
CDN copies are available on [jsDelivr](https://www.jsdelivr.com/projects/lodash) & [cdnjs](https://cdnjs.com/libraries/lodash.js).<br>
49-
Create [custom builds](https://lodash.com/custom-builds) with only the features you need.
50-
5148
## Further Reading
5249

5350
* [Contributing](https://github.com/lodash/lodash/blob/master/CONTRIBUTING.md)

0 commit comments

Comments
 (0)
0