Skip to content

Commit 81e0162

Browse files
authored
Update README.md
1 parent 5b5d5ae commit 81e0162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ set to `true`. For example:
133133
// later on…
134134
135135
// This variable is a Map containing a single key.
136-
final cachedInfo = await memCache.value('info');
136+
final cachedInfo = await jsonCache.value('info');
137137
// The key itself is the content of the stored information.
138138
final info = cachedInfo?.keys.first;
139139
print(info); // 'an important information'

0 commit comments

Comments
 (0)