Skip to content

Commit

Permalink
[FIX] [DOC] Minor typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kishanhitk authored Apr 20, 2021
1 parent f77f343 commit 410b0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ GetIt is:

### The get_it_mixin

GetIt isn't a state management solution! It's a locator for your objects so you need some other way to notify your UI about changes like `Streams` or `ValueNotifiers`. But together with the [get_it_mixin](https://pub.dev/packages/get_it_mixin) it gets a full featured easy statem management solution that integrates with the Objects registered in get_it
GetIt isn't a state management solution! It's a locator for your objects so you need some other way to notify your UI about changes like `Streams` or `ValueNotifiers`. But together with the [get_it_mixin](https://pub.dev/packages/get_it_mixin) it gets a full featured easy state management solution that integrates with the Objects registered in get_it

## Getting Started

Expand Down

0 comments on commit 410b0dd

Please sign in to comment.