Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jornatf committed Nov 29, 2023
1 parent 929e056 commit ae70725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ shuffle([1, 2, 3, 4]) // [3, 1, 4, 2]

### Numbers

#### `randBetween`
#### `randBetween()`

Returns a random number between `min` and `max`.

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": "helpers-ts",
"version": "1.2.1",
"version": "1.2.2",
"description": "Some simple Helpers to manipulate strings and arrays for JavaScript and Typescript.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit ae70725

Please sign in to comment.