diff --git a/README.md b/README.md index 8f05de5..68f6162 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,10 @@ Just like Array.slice, but returns a new Yallist. Just like yallist.slice, but the result is returned in reverse. +#### yallist.splice(start, deleteCount, ...) + +Like Array.splice. + #### yallist.toArray() Create an array representation of the list.