Skip to content

Commit a3e8247

Browse files
authored
Update README.md
1 parent f6eca7c commit a3e8247

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ like [sharable_preferences](https://pub.dev/packages/shared_preferences) and
3434
[local storage](https://pub.dev/packages/localstorage) that unifies them as an
3535
elegant caching API.
3636

37-
38-
In addition, this package gives developers great flexibility by providing a set
39-
of classes that can be selected and grouped in various combinations to meet
40-
specific cache requirements.
41-
4237
**Why Json?**
4338

4439
- Because most of the local storage packages available for Flutter applications
@@ -48,6 +43,10 @@ specific cache requirements.
4843

4944
## Getting Started
5045

46+
This package gives developers great flexibility by providing a set of classes that
47+
can be selected and grouped in various combinations to meet specific cache
48+
requirements.
49+
5150
`JsonCache` is the core interface of this package and represents the concept of
5251
cached data. It is defined as:
5352

0 commit comments

Comments
 (0)