Skip to content

Commit a195cbe

Browse files
Alan Shumclaude
andcommitted
fix: use working shields.io badge for Homebrew version
The /homebrew/v/ endpoint only works for Homebrew core formulae, not third-party taps. Use crates.io version with homebrew label instead. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent eac864d commit a195cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# semantic-diff
22

33
[![Crates.io](https://img.shields.io/crates/v/semantic-diff)](https://crates.io/crates/semantic-diff)
4-
[![Homebrew](https://img.shields.io/homebrew/v/semantic-diff?tap=alankyshum/tap)](https://github.com/alankyshum/homebrew-tap)
4+
[![Homebrew](https://img.shields.io/crates/v/semantic-diff?label=homebrew)](https://github.com/alankyshum/homebrew-tap)
55

66
A terminal diff viewer with AI-powered semantic grouping. Built with Rust and [ratatui](https://ratatui.rs).
77

0 commit comments

Comments
 (0)