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

Commit d44beae

Browse files
author
Kevin Hermawan
committed
chore: updates README
1 parent f6b6a94 commit d44beae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Enhanced Array
1+
# Enhanced Array ![License](https://img.shields.io/npm/l/enhanced-array) ![Test coverage](https://img.shields.io/codecov/c/github/kevinhermawan/enhanced-array)
22

33
A collection of essential utilities that do not exist in the original JavaScript array
44

@@ -63,7 +63,7 @@ console.log(result); // [1, 2, 3, 9, 4, 5]
6363

6464
> **Time complexity:**
6565
>
66-
> O(n), where n is the remainder of skipped element.
66+
> O(n), where n is the remainder of skipped elements.
6767
>
6868
> O(1), if `index` is the last index of the array.
6969
@@ -129,7 +129,7 @@ console.log(result); // [1, 2, 3, 5]
129129

130130
> **Time complexity:**
131131
>
132-
> O(n), where n is the remainder of skipped element.
132+
> O(n), where n is the remainder of skipped elements.
133133
>
134134
> O(1), if `index` is the last index of the array.
135135

0 commit comments

Comments
 (0)