Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelschoenbaechler committed Nov 6, 2022
1 parent 8870611 commit 70eaec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ queryCollection<Voting>(Collection.Voting, {
.catch((err) => console.error(err));
```

Filter multiple entities (all properties result in logical OR).
Filter multiple entities (duplicates result in logical OR).

```typescript
import { queryCollection, Voting } from "swissparl";
Expand Down

0 comments on commit 70eaec7

Please # to comment.