Skip to content

Commit 2fdbbfd

Browse files
authored
fix: minor error in README file
Closes #173
1 parent 0579df1 commit 2fdbbfd

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## Unreleased
9+
10+
### Fixed
11+
12+
- minor error in README file —
13+
[173](https://github.com/dartoos-dev/json_cache/issues/173)
14+
815
## [4.0.0] - 2024-08-30
916

1017
### Added

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,12 +290,10 @@ import 'package:flutter/material.dart';
290290
import 'package:localstorage/localstorage.dart';
291291
292292
293-
final LocalStorage storage = LocalStorage('my_data');
294293
WidgetsFlutterBinding.ensureInitialized();
295294
await initLocalStorage();
296295
final JsonCache jsonCache = JsonCacheMem(JsonCacheLocalStorage(localStorage));
297296
298-
```
299297
300298
### JsonCacheSafeLocalStorage
301299

0 commit comments

Comments
 (0)