Skip to content

Commit

Permalink
text: spell
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionad-Morotar authored Feb 16, 2024
1 parent c189eee commit 902764c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 902764c

Please sign in to comment.