diff --git a/README.md b/README.md index f680cd7..e0610d3 100644 --- a/README.md +++ b/README.md @@ -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;