diff --git a/README.md b/README.md index 645e78b..03e5f5c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ npm install --save anysort-typed ```js // select articles which has 'it' tag, put ahead, -// then move articles which status is 'editing' at the begining +// then move articles which status is 'editing' at the beginning anysort(articles) .tag.has('it') .status.is('editing') @@ -86,7 +86,7 @@ anysort(articles).created.date.reverse(123) anysort(articles, 'created.date-reverse(123)') ``` -* Zero dependencies(minifized + gzip ≈ 3KB) +* Zero dependencies(minified + gzip ≈ 3KB) * Well tested, logic and type