Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roughike authored May 24, 2019
1 parent 1740a8e commit 9e14182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
A reactive key-value store for Flutter projects.

It wraps [shared_preferences](https://pub.dartlang.org/packages/shared_preferences) with a reactive stream-based layer, allowing you to **listen and react to changes** in the underlying values.
No external dependencies <sub><sup>(such as rxdart)</sup><sub> required!
No external dependencies <sub><sup>(such as rxdart)</sup></sub> required!

## Getting started

Expand Down Expand Up @@ -259,4 +259,4 @@ class MyAppSettings implements SettingsContract {
@override
void setCounter(int value) => _counter.setValue(value);
}
```
```

0 comments on commit 9e14182

Please sign in to comment.