docs: refresh GitHub stars badge

Add a short Shields cache hint so GitHub refreshes the stars badge instead of showing stale counts.
This commit is contained in:
Andrey Avtomonov 2026-05-19 17:07:48 +02:00
parent ab1b912751
commit 144a6d1a56

View file

@ -13,7 +13,7 @@
<a href="https://codecov.io/gh/Kaelio/ktx"><img src="https://codecov.io/gh/Kaelio/ktx/graph/badge.svg?branch=main" alt="Codecov" /></a>
<a href="https://docs.kaelio.com/ktx/docs/"><img src="https://img.shields.io/badge/docs-KTX-22c55e?style=flat-square" alt="Documentation" /></a>
<a href="https://github.com/Kaelio/ktx/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square" alt="License" /></a>
<a href="https://github.com/Kaelio/ktx"><img src="https://img.shields.io/github/stars/Kaelio/ktx?style=flat-square" alt="GitHub stars" /></a>
<a href="https://github.com/Kaelio/ktx"><img src="https://img.shields.io/github/stars/Kaelio/ktx?style=flat-square&cacheSeconds=300" alt="GitHub stars" /></a>
</p>
---