Skip to content

Commit

Permalink
docs: Update README
Browse files Browse the repository at this point in the history
reference: unlight#104
  • Loading branch information
unlight committed May 11, 2022
1 parent 271102e commit f692ebd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,16 +338,16 @@ It will affect all inputs and outputs types (including models).

## Documentation and field options

Comments with double slash will projected to typescript code comments
Comments with triple slash will projected to typescript code comments
and some `@Field()` decorator options

For example:

```prisma
model Product {
// Old description
// @deprecated Use new name instead
oldName
/// Old description
/// @deprecated Use new name instead
oldName String
}
```

Expand Down

0 comments on commit f692ebd

Please sign in to comment.