Skip to content

Commit 081e305

Browse files
committed
chore: Drop svg extensions from shields.io images
The GitHub README renderer appears to break these when using the extension.
1 parent 36770ed commit 081e305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![PyPI version](https://img.shields.io/pypi/v/rummikub-solver.svg)](https://pypi.python.org/project/rummikub-solver)
2-
[![License](https://img.shields.io/pypi/l/rummikub-solver.svg)](https://github.com/mjpieters/rummikub-solver/blob/main/LICENSE.txt)
1+
[![PyPI version](https://img.shields.io/pypi/v/rummikub-solver)](https://pypi.python.org/project/rummikub-solver)
2+
[![License](https://img.shields.io/pypi/l/rummikub-solver)](https://github.com/mjpieters/rummikub-solver/blob/main/LICENSE.txt)
33
![Python versions supported](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fmjpieters%2Frummikub-solver%2Fmain%2Fpyproject.toml)
44
[![Built with uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
55
[![Checked with Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

0 commit comments

Comments
 (0)