Fix ID/Date typo in README

This commit is contained in:
Tobe O 2018-03-09 07:43:47 -05:00
parent 323ad807bd
commit 51bf0c2329

View file

@ -203,7 +203,7 @@ in the style of an Angel `Model`. To disable this, set `autoIdAndDateFields` to
builder constructor.
You can also override `autoSnakeCaseNames` per model:
You can also override `autoIdAndDateFields` per model:
```dart
@Serializable(autoIdAndDateFields: false)