Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benmerckx authored Aug 8, 2024
1 parent ea22ec8 commit 64f938e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ import {asc} from 'rado'
db.select().from(User)
.orderBy(asc(User.username))
.groupBy(User.id, User.username)
.skip(20)
.take(10)
.limit(10, 20)
```

#### Insert
Expand Down

0 comments on commit 64f938e

Please sign in to comment.