nestjs-query-mikro-orm 0.0.8 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -30,7 +30,7 @@ The package automatically detects the import method and serves the appropriate f
30
30
  pnpm add nestjs-query-mikro-orm
31
31
 
32
32
  # Install peer dependencies if you haven't already
33
- pnpm add @mikro-orm/core @nestjs/common @nestjs/core @nestjs-query/core reflect-metadata rxjs
33
+ pnpm add @mikro-orm/core @nestjs/common @nestjs/core @ptc-org/nestjs-query-core reflect-metadata rxjs
34
34
  ```
35
35
 
36
36
  ## Quick Start