Typo regarding useNonNullableAssertions in the documentation
OthmanEmadRhino opened this issue · 0 comments
OthmanEmadRhino commented
Expected Behavior
Actual Behavior
Steps to Reproduce the Problem
- Add the generator to the prisma file.
- Set the
useNonNullAssertions
flag to true. - Generated classes files are not affected.
Steps to Solve the Problem
- 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