diff --git a/README.md b/README.md index 3f29d85..7ad125e 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ result is an object ``` ## iterClip -Like [clip](#clip), but returns a flat iterator of values. Useful if you want to minimize memory usage and creating a new array. +Like [clip](#clip), but returns a flat iterator of values. Useful if you want to minimize memory usage and avoid creating a new array. ```javascript import { iterClip } from 'xdim';