Skip to content
This repository was archived by the owner on Jan 12, 2023. It is now read-only.

Commit c4801b1

Browse files
author
Kevin Hermawan
committed
chore: changes description
1 parent 83ac5fa commit c4801b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Enhanced Array
22

3-
A collection of common utilities for the JavaScript array.
3+
A collection of essential utilities that do not exist in the original JavaScript array
44

5-
> This library copies common utilities from other languages. For advanced utilities, please use a library like Lodash instead.
5+
> **NOTE:** This library copies utilities of an array that already exists in other languages. For advanced utilities, please use a library like Lodash instead.
66
77
## Installation
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "enhanced-array",
3-
"description": "A collection of common utilities for the JavaScript array",
3+
"description": "A collection of essential utilities that do not exist in the original JavaScript array",
44
"version": "0.0.4",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)