Skip to content

Commit

Permalink
style: formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Sep 2, 2023
1 parent e6e6972 commit ec67e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@ generator json {
// The namespace to generate the types in.
namespace = "PrismaJson"
// The name of the client output type. By default it will try
// The name of the client output type. By default it will try
// to find it automatically
// (./ -> relative to schema, or an importable path to require() it)
clientOutput = "finds automatically"
// In case you need to use a root type inside PrismaJson, export it
// In case you need to use a root type inside PrismaJson, export it
// inside the namespace and we will add a index signature to it
useType = "PrismaJson.GlobalType"
Expand Down

0 comments on commit ec67e0f

Please sign in to comment.