Skip to content

Commit aef4010

Browse files
authored
Update README.md
1 parent 61569ac commit aef4010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Rultor.com](https://www.rultor.com/b/dartoos-dev/json_cache)](https://www.rultor
2121

2222
- [Overview](#overview)
2323
- [Getting Started](#getting-started)
24-
- [List of JsonCache implementations](#list-of-jsoncache-implementations)
24+
- [Implementations](#implementations)
2525
- [JsonCacheMem — Thread-safe In-memory cache](#jsoncachemem)
2626
- [JsonCachePrefs — SharedPreferences](#jsoncacheprefs)
2727
- [JsonCacheLocalStorage — LocalStorage](#jsoncachelocalstorage)
@@ -105,7 +105,7 @@ await jsonCache.refresh('profile', {'name': 'John Doe', 'email': 'johndoe@email.
105105
await jsonCache.refresh('preferences', {'theme': {'dark': true}, 'notifications':{'enabled': true}});
106106
```
107107

108-
## List of JsonCache Implementations
108+
## Implementations
109109

110110
The library
111111
[JsonCache](https://pub.dev/documentation/json_cache/latest/json_cache/json_cache-library.html)

0 commit comments

Comments
 (0)