From 4ccf83fc1f0913b600a880eb59d0bdcb4ff67514 Mon Sep 17 00:00:00 2001 From: Alex Ruheni <33921841+ruheni@users.noreply.github.com> Date: Tue, 31 Oct 2023 13:23:33 +0100 Subject: [PATCH] fix `prisma init` formatting (#5410) --- .../200-api-reference/200-command-reference.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/400-reference/200-api-reference/200-command-reference.mdx b/content/400-reference/200-api-reference/200-command-reference.mdx index f66b48785e..dc551eb22c 100644 --- a/content/400-reference/200-api-reference/200-command-reference.mdx +++ b/content/400-reference/200-api-reference/200-command-reference.mdx @@ -360,7 +360,12 @@ The command output contains helpful information on how to use the generated file -```terminal prisma init --preview-feature multiSchema``` + + +```terminal +prisma init --preview-feature multiSchema +``` +