kimjbstar/prisma-class-generator

Typo regarding useNonNullableAssertions in the documentation

OthmanEmadRhino opened this issue · 0 comments

Expected Behavior

Actual Behavior

Steps to Reproduce the Problem

  1. Add the generator to the prisma file.
  2. Set the useNonNullAssertions flag to true.
  3. Generated classes files are not affected.

Steps to Solve the Problem

  1. Update the README.md to use the correct name for the flag which is useNonNullableAssertions

Specifications

  • Version: 0.2.7
  • Prisma Version: 5.0
  • Platform: MacOS