diff --git a/CHANGELOG.md b/CHANGELOG.md index eb02c2c..1485ada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 8ffa804..d4b91a6 100644 --- a/README.md +++ b/README.md @@ -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