Skip to content

Add NPM package link and improve badge styling in README#6

Merged
bookernath merged 2 commits into
mainfrom
copilot/fix-76f75291-ad7d-4e45-bf98-0804465c907d
Aug 30, 2025
Merged

Add NPM package link and improve badge styling in README#6
bookernath merged 2 commits into
mainfrom
copilot/fix-76f75291-ad7d-4e45-bf98-0804465c907d

Conversation

Copilot AI commented Aug 30, 2025

Copy link
Copy Markdown
Contributor

This PR addresses the request to add a link to the NPM package and clean up the styling of the "official website" section in the README.

Changes Made

Before:

🌐 **[Official Website](https://cached-middleware-fetch-next.dev/)** | [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/bookernath/cached-middleware-fetch-next)

After:

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

Improvements

  1. Added NPM Package Link: Now includes a direct link to the NPM package (https://www.npmjs.com/package/cached-middleware-fetch-next) with a dynamic version badge
  2. Improved Visual Consistency: Replaced the mixed emoji + bold text format with consistent badge styling for a more professional appearance
  3. Better Organization: All badges are now uniformly formatted and aligned vertically for improved visual flow and readability

The changes maintain all existing functionality while providing easier access to the NPM package and a cleaner, more standardized presentation that's common in open source projects.

README Preview


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: bookernath <8922457+bookernath@users.noreply.github.com>
Copilot AI changed the title [WIP] Add a link to the NPM package (https://www.npmjs.com/package/cached-middleware-fetch-next) in the readme and clean up the styling on "official website" to make it look nicer Add NPM package link and improve badge styling in README Aug 30, 2025
Copilot AI requested a review from bookernath August 30, 2025 18:43
@bookernath
bookernath marked this pull request as ready for review August 30, 2025 19:33
@bookernath
bookernath merged commit cee1a21 into main Aug 30, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants