@alevnyacow/nzmt 0.15.5 → 0.15.6
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ Next.js tools you actually missed + a scaffolder for server logic & client queri
|
|
|
17
17
|
|
|
18
18
|
# Quick start with Prisma
|
|
19
19
|
|
|
20
|
-
Example with CRUD API for User entity with react queries (assuming you have a Next.js project with a generated Prisma client `User` prisma schema and configured `@tanstack/react-query`).
|
|
20
|
+
Example with CRUD API for User entity with react queries (assuming you have a Next.js project with a generated Prisma client, `User` prisma schema, and configured `@tanstack/react-query`).
|
|
21
21
|
|
|
22
22
|
```bash
|
|
23
23
|
# 1. Install NZMT and dependencies
|