diff --git a/README.md b/README.md index 2652ef389..5b5398293 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Lo-Dash v3.0.0-pre -A utility library delivering consistency, [customization](https://lodash.com/custom-builds), [performance](https://lodash.com/benchmarks), & [extras](https://lodash.com/#features). +A utility library delivering consistency, [modularity](https://www.npmjs.com/browse/keyword/lodash-modularized), [performance](https://lodash.com/benchmarks), & [extras](https://lodash.com/#features). ## Documentation diff --git a/component.json b/component.json index 839e66f94..a6050a6a3 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "lodash", "repo": "lodash/lodash", "version": "3.0.0-pre", - "description": "A utility library delivering consistency, customization, performance, & extras.", + "description": "A utility library delivering consistency, modularity, performance, & extras.", "license": "MIT", "main": "lodash.js", "keywords": ["functional", "util"],