Skip to content

Commit dea7ab1

Browse files
authored
Update README.md
1 parent 05c47a8 commit dea7ab1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const query = new QueryExpression()
6060
})
6161
.orderByDescending((x) => x.price)
6262
.take(10);
63+
const items = await db.executeAsync(query);
6364
```
6465

6566
Read more about [MOST Web Framework query language provided by @themost/query](https://github.com/themost-framework/query?#themostquery)

0 commit comments

Comments
 (0)