diff --git a/README.md b/README.md index 7997fe7..e0a4431 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Enhanced Array -A collection of common utilities for the JavaScript array. +A collection of essential utilities that do not exist in the original JavaScript array -> This library copies common utilities from other languages. For advanced utilities, please use a library like Lodash instead. +> **NOTE:** This library copies utilities of an array that already exists in other languages. For advanced utilities, please use a library like Lodash instead. ## Installation diff --git a/package.json b/package.json index bf3a78a..61fc5e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "enhanced-array", - "description": "A collection of common utilities for the JavaScript array", + "description": "A collection of essential utilities that do not exist in the original JavaScript array", "version": "0.0.4", "main": "dist/index.js", "module": "dist/index.mjs",