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

Commit

Permalink
chore: changes description
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Hermawan committed Sep 29, 2022
1 parent 83ac5fa commit c4801b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c4801b1

Please sign in to comment.