Fix require in README example

master
Sven Slootweg 5 years ago
parent 7c4784a613
commit ac08dc7d50

@ -9,7 +9,7 @@ If you want to split an array into *more than two* arrays, you'll want to use [`
```js
"use strict";
const splitFilter = require("./");
const splitFilter = require("split-filter");
function isEven(number) {
return Math.abs(number) % 2 === 0;

Loading…
Cancel
Save