Skip to content
This repository was archived by the owner on Nov 27, 2018. It is now read-only.

Commit b094465

Browse files
committed
fixed readme
1 parent 1467b2a commit b094465

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
@@ -27,7 +27,7 @@ arrayChunk([1, 2, 3, 4], 2);
2727
#### arr
2828

2929
*Required*
30-
Type: `array`
30+
Type: `array` | [`TypedArray`](https://developer.mozilla.org/uk/docs/Web/JavaScript/Reference/Global_Objects/TypedArray)
3131

3232
Your array
3333

@@ -36,12 +36,12 @@ Your array
3636
*Required*
3737
Type: `number`
3838

39-
Length of nested array , default 1
39+
Length of nested array , default `1`
4040

4141
## Related
4242

4343
* [flatten-vertex-data](https://github.com/glo-js/flatten-vertex-data) − flattens array data.
4444

4545
## License
4646

47-
MIT © [drKraken](http://drkraken.github.io)
47+
MIT © [hzlmn](github.com/hzlmn)

0 commit comments

Comments
 (0)