Skip to content

Commit ae70725

Browse files
committed
update README
1 parent 929e056 commit ae70725

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ shuffle([1, 2, 3, 4]) // [3, 1, 4, 2]
210210

211211
### Numbers
212212

213-
#### `randBetween`
213+
#### `randBetween()`
214214

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helpers-ts",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Some simple Helpers to manipulate strings and arrays for JavaScript and Typescript.",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)