Skip to content

Commit 1db00c7

Browse files
committed
chore(website): fix migration guide
1 parent 7be97d7 commit 1db00c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/getting-started/migrate-from-nexus-schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ npm add nexus-plugin-prisma
3535
Your Imports
3636

3737
```diff
38-
- import { nexusPluginPrisma } from 'nexus-prisma'
39-
+ import { nexusSchemaPlugin } from 'nexus-plugin-prisma/schema'
38+
- import { nexusPrismaPlugin } from 'nexus-prisma'
39+
+ import { nexusSchemaPrisma } from 'nexus-plugin-prisma/schema'
4040
```
4141

4242
### Using `nexus`

website/content/01-migration-guides/02-nexus-schema-users.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ npm add nexus-plugin-prisma
4343
Your Imports
4444

4545
```ts
46-
- import { nexusPluginPrisma } from 'nexus-prisma'
47-
+ import { nexusSchemaPlugin } from 'nexus-plugin-prisma/schema'
46+
- import { nexusPrismaPlugin } from 'nexus-prisma'
47+
+ import { nexusSchemaPrisma } from 'nexus-plugin-prisma/schema'
4848
```
4949

5050
## Using `nexus`

0 commit comments

Comments
 (0)