Skip to content

Commit 7acceff

Browse files
authored
fix badges in README.md (#892)
1 parent a5d3f8e commit 7acceff

File tree

1 file changed

+10
-21
lines changed

1 file changed

+10
-21
lines changed

README.md

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,19 @@
11
<p align="center">
22
<a href="https://jcristharif.com/msgspec/">
3-
<img src="https://raw.githubusercontent.com/jcrist/msgspec/main/docs/source/_static/msgspec-logo-light.svg" width="35%" alt="msgspec" />
3+
<img src="https://raw.githubusercontent.com/jcrist/msgspec/main/docs/source/_static/msgspec-logo-light.svg" width="35%" alt="msgspec">
44
</a>
55
</p>
66

7-
<p align="center">
8-
<a href="https://github.com/jcrist/msgspec/actions/workflows/ci.yml">
9-
<img src="https://github.com/jcrist/msgspec/actions/workflows/ci.yml/badge.svg">
10-
</a>
11-
<a href="https://jcristharif.com/msgspec/">
12-
<img src="https://img.shields.io/badge/docs-latest-blue.svg">
13-
</a>
14-
<a href="https://github.com/jcrist/msgspec/blob/main/LICENSE">
15-
<img src="https://img.shields.io/github/license/jcrist/msgspec.svg">
16-
</a>
17-
<a href="https://pypi.org/project/msgspec/">
18-
<img src="https://img.shields.io/pypi/v/msgspec.svg">
19-
</a>
20-
<a href="https://anaconda.org/conda-forge/msgspec">
21-
<img src="https://img.shields.io/conda/vn/conda-forge/msgspec.svg">
22-
</a>
23-
<a href="https://codecov.io/gh/jcrist/msgspec">
24-
<img src="https://codecov.io/gh/jcrist/msgspec/branch/main/graph/badge.svg">
25-
</a>
26-
</p>
7+
<div align="center">
8+
9+
[![CI](https://github.com/jcrist/msgspec/actions/workflows/ci.yml/badge.svg)](https://github.com/jcrist/msgspec/actions/workflows/ci.yml)
10+
[![Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://jcristharif.com/msgspec/)
11+
[![License](https://img.shields.io/github/license/jcrist/msgspec.svg)](https://github.com/jcrist/msgspec/blob/main/LICENSE)
12+
[![PyPI Version](https://img.shields.io/pypi/v/msgspec.svg)](https://pypi.org/project/msgspec/)
13+
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/msgspec.svg)](https://anaconda.org/conda-forge/msgspec)
14+
[![Code Coverage](https://codecov.io/gh/jcrist/msgspec/branch/main/graph/badge.svg)](https://codecov.io/gh/jcrist/msgspec)
2715

16+
</div>
2817

2918
`msgspec` is a *fast* serialization and validation library, with builtin
3019
support for [JSON](https://json.org), [MessagePack](https://msgpack.org),

0 commit comments

Comments
 (0)