Skip to content

Commit

Permalink
fix prisma init formatting (#5410)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruheni authored Oct 31, 2023
1 parent 9a55991 commit 4ccf83f
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,12 @@ The command output contains helpful information on how to use the generated file

<CodeWithResult outputResultText="Prisma schema" expanded={true}>

<cmd>```terminal prisma init --preview-feature multiSchema```</cmd>
<cmd>

```terminal
prisma init --preview-feature multiSchema
```
</cmd>

<cmdResult>

Expand Down

1 comment on commit 4ccf83f

@vercel
Copy link

@vercel vercel bot commented on 4ccf83f Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs-prisma.vercel.app
docs-git-main-prisma.vercel.app
prisma2-docs.vercel.app

Please sign in to comment.