From b75d0581d079f15fdad22dc885638b035348e2c3 Mon Sep 17 00:00:00 2001 From: kubagdynia Date: Fri, 8 Dec 2023 20:34:40 +0100 Subject: [PATCH] Update README.md --- CacheDrive/CacheDrive.csproj | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CacheDrive/CacheDrive.csproj b/CacheDrive/CacheDrive.csproj index 650096d..d95ba2e 100644 --- a/CacheDrive/CacheDrive.csproj +++ b/CacheDrive/CacheDrive.csproj @@ -3,8 +3,8 @@ net7.0;net8.0 CacheDrive - CacheDrive. - cache memory file + Simple in-memory caching provider with the ability to store objects in files. + cache memory-cache file-cahce CacheDrive first initial version https://github.com/kubagdynia/CacheDrive true diff --git a/README.md b/README.md index 87a1ee5..19b21ee 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # CacheDrive -CacheDrive +Simple in-memory caching provider with the ability to store objects in files.