Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tguelcan committed Sep 10, 2020
1 parent d420dbe commit 58f656f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -87,7 +87,7 @@ import { middleware as query } from 'querymen';
app.get('/posts', query({
after: {
type: Date,
paths: ['createdAt']
paths: ['createdAt'],
operator: '$gte'
}
}), ({ querymen }, res) => {
Expand Down

0 comments on commit 58f656f

Please sign in to comment.