Skip to content

Commit

Permalink
Docs: fix example in README.md in elementary package. (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinaZoteva committed Mar 12, 2024
1 parent 5dbc6c1 commit fd2fcb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/elementary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class ExampleWidgetModel extends WidgetModel<ExampleScreen, ExampleModel> implem
final _exampleState = EntityStateNotifier<ExampleEntity>();
@override
ListenableState<EntityState<ExampleEntity>> get exampleState => _countryListState;
ListenableState<EntityState<ExampleEntity>> get exampleState => _exampleState;
@override
void initWidgetModel() {
Expand Down

0 comments on commit fd2fcb1

Please sign in to comment.