Skip to content

Commit

Permalink
docs: Fix mistyped mongoose on query helper
Browse files Browse the repository at this point in the history
  • Loading branch information
ktutnik authored Jul 18, 2021
1 parent 5f7646f commit e56d5d6
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 @@ -24,7 +24,7 @@ This monorepo contains comprehensive list of Plumier examples. Its intended to b

* [query-parser-mongoose](02-controller/query-parser-mongoose) contains example on how to use Query Parser helper to parse request query string into Mongoose Query.

* [query-parser-typeorm](02-controller/query-parser-typeorm) contains example on how to use Query Parser helper to parse request query string into Mongoose Query.
* [query-parser-typeorm](02-controller/query-parser-typeorm) contains example on how to use Query Parser helper to parse request query string into TypeORM Query.

### Data Access

Expand Down

0 comments on commit e56d5d6

Please sign in to comment.