Skip to content

Commit c8022e1

Browse files
authored
doc(README): add link to the JsonCache interface
1 parent 7685da2 commit c8022e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Rultor.com](https://www.rultor.com/b/dartoos-dev/json_cache)](https://www.rultor
4444
4545
**JsonCache** is an object-oriented package for local caching of user data
4646
in json. It can also be considered as a layer on top of Flutter's local storage
47-
packages that aims to unify them as a stable and elegant caching interface —
47+
packages that aims to unify them with a stable and elegant interface —
4848
_[JsonCache](https://pub.dev/documentation/json_cache/latest/json_cache/JsonCache-class.html)_.
4949

5050
**Why Json?**
@@ -60,8 +60,8 @@ This package gives developers great flexibility by providing a set of classes
6060
that can be selected and grouped in various combinations to meet specific cache
6161
requirements.
6262

63-
`JsonCache` is the core interface of this package and represents the concept of
64-
cached data. It is defined as:
63+
[JsonCache](https://pub.dev/documentation/json_cache/latest/json_cache/JsonCache-class.html)
64+
is the core interface of this package and represents the concept of cached data. It is defined as:
6565

6666
```dart
6767
/// Represents cached data in json format.

0 commit comments

Comments
 (0)