Skip to content

Commit b9de4a9

Browse files
authored
Update README.md
1 parent b164283 commit b9de4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If you haven't already added the packages to your `web` and `api` workspaces, we
2626
First, we need to add the model for storing the linked OAuth provider information in the database. Go ahead and paste this wherever you like in `api/db/schema.prisma`:
2727
```prisma
2828
model OAuth {
29-
provider string
29+
provider String
3030
// The ID of the user on the OAuth provider's system
3131
providerUserId String
3232
// The username of the user on the OAuth provider's system. Useful for helping users identify their linked accounts

0 commit comments

Comments
 (0)