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 ddaa472 commit 49e9904
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 @@ When you run `npx prisma generate`, it automatically:

- Exposes Prisma API to clients - all operations with database is available, including all relationships at any depth.
- Generates service functions that you can import into your Express routes.
- Router generator function that lets you select which routes to attach to express all and which middlewares to apply.
- 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 49e9904

Please sign in to comment.