Skip to content

Commit bc1feb4

Browse files
committed
update dependencies
1 parent 43327a0 commit bc1feb4

File tree

3 files changed

+2459
-7
lines changed

3 files changed

+2459
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ npm install flat-insert
1212
### insert(input, value[, index])
1313
Returns new modified value depending on `input` type.
1414
* `input`: Input value. (**String**|**Array**)
15-
* `value`: Value to be inserted. (**Mixed**)
16-
* If `input` type is _String_, `value` will be turned into _String_.
15+
* `value`: Insert value. (**Mixed**)
16+
* If `input` type is _String_, `value` will turn into _String_.
1717
* If `input` and `value` types are _Array_, then `value` will be flatten.
1818
* `index`: Index position for insertion. (**Number**; defaults `0`)
1919

0 commit comments

Comments
 (0)