Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Mar 7, 2023
1 parent 580093d commit da748a2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/riverpod_generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,9 @@ targets:
# Could be changed to "Pod", such that riverpod_generator
# would generate "countPod" instead of "countProvider"
provider_name_suffix: "Provider" # (default)
# Could be changed to "ProviderFamily", such that riverpod_generator
# would generate "countProviderFamily" instead of "countProvider"
# This option only affects the Family Provider
# and takes precedence over provider_name_suffix.
# Similar to provider_name_sufix, this is an option for renaming
# providers with parameters ("families").
# This takes precedence over provider_name_suffix.
provider_family_name_suffix: "Provider" # (default)
```

Expand Down

0 comments on commit da748a2

Please sign in to comment.