Skip to content

Commit e943bf1

Browse files
committed
Fix badge formatting in README.md for consistency
1 parent 3f4ab2c commit e943bf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
# Zen Generator 🚀
44

5-
![PyPI version](https://badge.fury.io/py/zen-generator.svg)](https://badge.fury.io/py/zen-generator)
5+
[![PyPI version](https://badge.fury.io/py/zen-generator.svg)](https://badge.fury.io/py/zen-generator)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
77
[![Python Version](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/release/python-3100/)
8-
[![Downloads](https://pepy.tech/badge/zen-generator)](https://pepy.tech/project/zen-generator)
9-
[![Code Style: Ruff](https://img.shields.io/badge/code%20style-ruff-000000.svg)](https://github.com/charliermarsh/ruff)
8+
[![Code Style: Ruff](https://img.shields.io/badge/code%20style-ruff-orange.svg)](https://github.com/charliermarsh/ruff)
9+
1010

1111

1212
A bidirectional Python code generator that converts between AsyncAPI 3.0 specifications and Python code (pure Python or FastAPI implementations).

0 commit comments

Comments
 (0)