Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
multipliedtwice authored Oct 6, 2024
1 parent f5fd319 commit 19b8918
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 @@ -12,7 +12,7 @@ Exposes Prisma API to clients - all operations with database is available, inclu

When you run `npx prisma generate`, it will:

- Generate service functions that you can import into your Express routes.
- Generate service (CRUD) functions that you can import into your Express routes.
- Create a router generator function that lets you select which routes to enable in your express app and which middlewares to apply.

## Table of Contents
Expand Down

0 comments on commit 19b8918

Please sign in to comment.