Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mukropx authored Apr 26, 2024
1 parent d2ab80d commit 42d6eaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Numts is a JavaScript library for numerical computing, offering functionality si
You can install Numts via npm:

```bash
npm install @furinax9/numts
npm install @beawkiattisak/numts
```

## Usage
Expand Down Expand Up @@ -81,4 +81,4 @@ const arr2d = [
[6, 7, 8, 9, 10],
];
console.log(numts.sliceFromArray(arr2d[1], 1, 4)); // Output: [ 7, 8, 9 ]
```
```

0 comments on commit 42d6eaa

Please sign in to comment.