Skip to content

Commit bc45906

Browse files
authored
doc(README): fix formatting and internal links
1 parent a3b0737 commit bc45906

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ Rultor.com](https://www.rultor.com/b/dartoos-dev/json_cache)](https://www.rultor
2323
- [Getting Started](#getting-started)
2424
- [List of JsonCache implementations](#list-of-jsoncache-implementations)
2525
- [JsonCacheMem — Thread-safe In-memory cache](#jsoncachemem)
26-
- [Typical Usage](#typicalusage)
27-
- [Cache Initialization](#cacheinitializationconstructor)
2826
- [JsonCachePrefs — SharedPreferences](#jsoncacheprefs)
2927
- [JsonCacheLocalStorage — LocalStorage](#jsoncachelocalstorage)
3028
- [JsonCacheCrossLocalStorage — CrossLocalStorage](#jsoncachecrosslocalstorage)
@@ -59,8 +57,8 @@ elegant caching API.
5957

6058
## Getting Started
6159

62-
This package gives developers great flexibility by providing a set of classes that
63-
can be selected and grouped in various combinations to meet specific cache
60+
This package gives developers great flexibility by providing a set of classes
61+
that can be selected and grouped in various combinations to meet specific cache
6462
requirements.
6563

6664
`JsonCache` is the core interface of this package and represents the concept of
@@ -154,7 +152,7 @@ object. For example:
154152
await jsonCache.remove(userId);
155153
}
156154
```
157-
#### Cache Initialization Constructor
155+
#### Cache Initialization
158156

159157
[JsonCacheMem.init](https://pub.dev/documentation/json_cache/latest/json_cache/JsonCacheMem/JsonCacheMem.init.html)
160158
is the constructor whose purpose is to initialize the cache upon object

0 commit comments

Comments
 (0)