Skip to content

Commit 3b2f399

Browse files
Add a slash on the PyPI badge
1 parent acad714 commit 3b2f399

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,6 +1,6 @@
11
# URL Pattern
22

3-
[![PyPI - Version](https://img.shields.io/pypi/v/urlpattern)](https://pypi.org/project/urlpattern) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/urlpattern)
3+
[![PyPI - Version](https://img.shields.io/pypi/v/urlpattern)](https://pypi.org/project/urlpattern/) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/urlpattern)
44
[![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) [![CI](https://github.com/urlpattern/python-urlpattern/actions/workflows/CI.yml/badge.svg)](https://github.com/urlpattern/python-urlpattern/actions)
55

66
An implementation of [the URL Pattern Standard](https://urlpattern.spec.whatwg.org/) for Python written in Rust
@@ -38,4 +38,4 @@ print(result["pathname"]["groups"]["bar"]) # output: def
3838

3939
## License
4040

41-
[MIT License](/LICENSE)
41+
[MIT License](/LICENSE)

0 commit comments

Comments
 (0)