Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

docs(readme): remove key features section #7

Merged
merged 1 commit into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/mean-bees-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'cachescribe': patch
---

update readme
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@

a simple cache that can persist in the file system across different runs of your program.

## Key Features ✨

- versatility caching: provides in-memory and persistent caching for improved data retrieval.
- configuration flexibility: offers easy global and per-instance configuration settings.
- automatic expiration: automatically clears expired entries to optimize memory usage.


## Usage 🔧
## Usage ✨

### Installation

Expand Down