Skip to content

Commit 19c71fd

Browse files
committed
fix documentation markup language spec
1 parent a85e5fd commit 19c71fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Returns a new _Array_ or _String_ after inserting and flatten `value` at `index`.
55

66
## Get Started
7-
```
7+
```bash
88
npm install flat-insert
99
```
1010

@@ -18,7 +18,7 @@ Returns new `string` or `array` depending on `input` type.
1818
* `index`: Index or position at `input` where insert `value`. (**Number**; default: `0`)
1919

2020
### Usage
21-
```
21+
```javascript
2222
var insert = require('flat-insert')
2323

2424
insert([1, 2, 3], [1.1, 1.2], 1)

0 commit comments

Comments
 (0)