Skip to content

Commit 14f2529

Browse files
authored
Update README.md
1 parent 2d757cc commit 14f2529

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,13 @@ Rultor.com](https://www.rultor.com/b/dartoos-dev/json_cache)](https://www.rultor
3939
> Retrieved 09:55, August 22,
4040
> 2021](https://en.wikipedia.org/wiki/Cache_(computing))
4141
42-
**Json Cache** is an object-oriented package to cache user data locally in json.
42+
**JsonCache** is an object-oriented package to cache user data locally in json.
4343
It can also be thought of as a layer on top of Flutter's local storage packages
4444
like [sharable_preferences](https://pub.dev/packages/shared_preferences) and
45-
[local storage](https://pub.dev/packages/localstorage) that unifies them as an
46-
elegant caching API.
45+
[local storage](https://pub.dev/packages/localstorage).
4746

47+
The ultimate goal of this package is to unify Flutter's local caching packages
48+
into one elegant caching API.
4849

4950
**Why Json?**
5051

0 commit comments

Comments
 (0)