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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user