Skip to content

Commit

Permalink
fix: minor error in README file
Browse files Browse the repository at this point in the history
Closes #173
  • Loading branch information
rafamizes authored Aug 30, 2024
1 parent 0579df1 commit 2fdbbfd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Fixed

- minor error in README file —
[173](https://github.com/dartoos-dev/json_cache/issues/173)

## [4.0.0] - 2024-08-30

### Added
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,12 +290,10 @@ import 'package:flutter/material.dart';
import 'package:localstorage/localstorage.dart';
final LocalStorage storage = LocalStorage('my_data');
WidgetsFlutterBinding.ensureInitialized();
await initLocalStorage();
final JsonCache jsonCache = JsonCacheMem(JsonCacheLocalStorage(localStorage));
```
### JsonCacheSafeLocalStorage
Expand Down

0 comments on commit 2fdbbfd

Please sign in to comment.