Skip to content

Commit

Permalink
Fix typo in getting-started.md (fix #1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardkall committed Jan 24, 2020
1 parent 75d3648 commit 23601ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ datasource db {
// By adding the `generator` block, you specify that you want to generate Prisma's DB client.
// The client is generated by runnning the `prisma generate` command and will be located in `node_modules/@prisma` and can be imported in your code as:
// import { Prisma Client } from '@prisma/client'
// import { PrismaClient } from '@prisma/client'
generator client {
provider = "prisma-client-js"
}
Expand Down

0 comments on commit 23601ad

Please sign in to comment.