Skip to content

Commit 38d9cc6

Browse files
authored
Update README.md
1 parent 96014dd commit 38d9cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
A reactive key-value store for Flutter projects.
88

9-
**streaming_shared_preferences** is intended to be used as a drop-in replacement for [shared_preferences](https://pub.dartlang.org/packages/shared_preferences). It does everything that regular `SharedPreferences` does, but it also allows _listening to changes in keys_. This makes it super easy to keep your widgets in sync with persisted values.
9+
**streaming_shared_preferences** adds reactive functionality on top of [shared_preferences](https://pub.dartlang.org/packages/shared_preferences). It does everything that regular `SharedPreferences` does, but it also allows _listening to changes in keys_. This makes it super easy to keep your widgets in sync with persisted values.
1010

1111
## Getting started
1212

0 commit comments

Comments
 (0)