Skip to content

Commit

Permalink
edit: rm limit on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyspiro committed Aug 18, 2022
1 parent fa01c6a commit 0ac6701
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ const data = await bucket.objects.find({
locale: "en", // optional, if localization set on Objects
})
.props("title,slug,metadata") // response properties
.limit(1) // number of Objects to be returned
```

### More examples
Expand Down

0 comments on commit 0ac6701

Please sign in to comment.