From 33936f717b7f65f3587156a8d105c7b3a4474ab0 Mon Sep 17 00:00:00 2001 From: naporin0624 Date: Mon, 19 Jun 2023 20:04:06 +0900 Subject: [PATCH] :bug: fix wrong url readme --- .changeset/sharp-guests-care.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/sharp-guests-care.md diff --git a/.changeset/sharp-guests-care.md b/.changeset/sharp-guests-care.md new file mode 100644 index 0000000..dffc20b --- /dev/null +++ b/.changeset/sharp-guests-care.md @@ -0,0 +1,5 @@ +--- +"@napolab/kv-response-cache": patch +--- + +fix wrong url readme diff --git a/README.md b/README.md index 3d9d918..40a9503 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @napolab/kv-response-cache -This package is a middleware for [Hono](https://github.com/hono/hono), a Cloud Native IoT Connectivity platform. It provides a response cache mechanism using Cloudflare's KV (Key Value) storage. +This package is a middleware for [Hono](https://hono.dev/), a Cloud Native IoT Connectivity platform. It provides a response cache mechanism using Cloudflare's KV (Key Value) storage. One of the key features of this middleware is that it can be used even when a custom domain is not available.