From e1f841d8432b0f12ce0a35d6492ea500bb88c239 Mon Sep 17 00:00:00 2001 From: "Philip K. Warren" Date: Wed, 20 May 2026 15:02:36 -0500 Subject: [PATCH] Fix license badge in README The README is showing `license: invalid` due to GitHub caching the badge (perhaps before the LICENSE was added). Add a dummy query parameter `v=1` to bust the cache to get it to display the correct license information for this repo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d291d12..8abb15b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Buf Plugins for Claude Code -[![License](https://img.shields.io/github/license/bufbuild/claude-plugins?color=blue)][license] +[![License](https://img.shields.io/github/license/bufbuild/claude-plugins?color=blue&v=1)][license] [![Slack](https://img.shields.io/badge/Slack-Buf-%23e01563)][slack] Official [Claude Code][claude-code] plugins from [Buf][buf] for Protocol Buffers, Connect, and BSR development.