Skip to content

Commit 293aae5

Browse files
authored
Docs: fix Readme typo
1 parent fd70240 commit 293aae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var config = new QueryKitConfiguration(config =>
6666
.PreventSort();
6767
});
6868
var people = _dbContext.People
69-
.ApplyQueryKitFilter("first == "Jane" && Age < 10", config)
69+
.ApplyQueryKitFilter(@$"first == "Jane" && Age < 10", config)
7070
.ToList();
7171
```
7272

0 commit comments

Comments
 (0)