docs(readme): bust Camo cache on the star-history image (#356)

The star-history snapshot in the .github repo was briefly overwritten
with a data-less chart; GitHub's Camo image proxy cached that blank SVG.
Append a ?v cache-buster to the <img> URL so Camo refetches the restored
snapshot (same technique as the self-updating banner) and the star curve
renders again.
This commit is contained in:
kingchenc
2026-07-05 23:40:03 +02:00
committed by GitHub
parent f2b92f89ee
commit ffc80754d8
+1 -1
View File
@@ -530,6 +530,6 @@ The library is provided **as is**, without warranty of any kind; see
<p align="center">
<a href="https://star-history.com/#wickra-lib/wickra&Date">
<img alt="Wickra star history" width="640"
src="https://raw.githubusercontent.com/wickra-lib/.github/main/profile/badges/star-history.svg">
src="https://raw.githubusercontent.com/wickra-lib/.github/main/profile/badges/star-history.svg?v=2">
</a>
</p>