Skip to content

Commit cee1a21

Browse files
authored
Merge pull request #6 from bookernath/copilot/fix-76f75291-ad7d-4e45-bf98-0804465c907d
Add NPM package link and improve badge styling in README
2 parents e7bc8e6 + ae9e566 commit cee1a21

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
A Next.js fetch wrapper for edge middleware that uses Vercel Runtime Cache as its caching backend. This package provides a drop-in replacement for the native fetch API that mimics Next.js's Data Cache behavior in edge middleware environments where the standard Data Cache is not available.
44

5-
🌐 **[Official Website](https://cached-middleware-fetch-next.dev/)** | [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/bookernath/cached-middleware-fetch-next)
5+
[![NPM Version](https://img.shields.io/npm/v/cached-middleware-fetch-next.svg)](https://www.npmjs.com/package/cached-middleware-fetch-next)
6+
[![Official Website](https://img.shields.io/badge/website-cached--middleware--fetch--next.dev-blue.svg)](https://cached-middleware-fetch-next.dev/)
7+
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/bookernath/cached-middleware-fetch-next)
68

79

810
## Installation

0 commit comments

Comments
 (0)