Skip to content

Commit

Permalink
fix(): doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GenaRazmakhnin committed Jan 25, 2024
1 parent 3dce623 commit 50edb74
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 @@ -134,7 +134,7 @@ resource.list('Patient').where('name', 'John');
Or, you want to find all patients with name John or Steve

```typescript
resource.list('Patient')where('name', ['John', 'Steve']);
resource.list('Patient').where('name', ['John', 'Steve']);
```

Also, method where support prefixes for numbers and date, just pass it as third parameter
Expand Down

0 comments on commit 50edb74

Please sign in to comment.