Skip to content

Commit 7c88584

Browse files
authored
Merge pull request #32 from chirizxc/badges
fix readme badges
2 parents 80cd8e3 + b42cae9 commit 7c88584

File tree

1 file changed

+15
-23
lines changed

1 file changed

+15
-23
lines changed

README.md

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,19 @@
1+
<div style="text-align: center;">
12

2-
<h1 align=center>
3-
Cachebox
4-
</h1>
5-
<p align="center">
6-
<em>The fastest caching Python library written in Rust</em>
7-
</p>
8-
<p align="center">
9-
<a href="https://github.com/awolverp/cachebox/releases"><b>Releases</b></a> | <a href="https://github.com/awolverp/cachebox-benchmark" target="_blank"><b>Benchmarks</b></a> | <a href="https://github.com/awolverp/cachebox/issues/new"><b>Issues</b></a>
10-
</p>
11-
<p align="center">
12-
<a href="https://github.com/awolverp/cachebox/blob/main/LICENSE">
13-
<img src="https://img.shields.io/github/license/awolverp/cachebox.svg?style=flat-square" alt="License">
14-
</a>
15-
<a href="https://github.com/awolverp/cachebox/releases">
16-
<img src="https://img.shields.io/github/v/release/awolverp/cachebox.svg?style=flat-square" alt="Release">
17-
</a>
18-
<a href="https://pypi.org/project/cachebox/">
19-
<img src="https://img.shields.io/pypi/pyversions/cachebox.svg?style=flat-square" alt="Python Versions">
20-
</a>
21-
<a href="https://pepy.tech/projects/cachebox">
22-
<img src="https://img.shields.io/pypi/dm/cachebox?style=flat-square&color=%23314bb5" alt="Downloads">
23-
</a>
24-
</p>
3+
# Cachebox
4+
5+
*The fastest caching Python library written in Rust*
6+
7+
[**Releases**](https://github.com/awolverp/cachebox/releases) |
8+
[**Benchmarks**](https://github.com/awolverp/cachebox-benchmark) |
9+
[**Issues**](https://github.com/awolverp/cachebox/issues/new)
10+
11+
[![License](https://img.shields.io/github/license/awolverp/cachebox.svg?style=flat-square)](https://github.com/awolverp/cachebox/blob/main/LICENSE)
12+
[![Release](https://img.shields.io/github/v/release/awolverp/cachebox.svg?style=flat-square)](https://github.com/awolverp/cachebox/releases)
13+
[![Python Versions](https://img.shields.io/pypi/pyversions/cachebox.svg?style=flat-square)](https://pypi.org/project/cachebox/)
14+
[![Downloads](https://img.shields.io/pypi/dm/cachebox?style=flat-square&color=%23314bb5)](https://pepy.tech/projects/cachebox)
15+
16+
</div>
2517

2618
-------
2719

0 commit comments

Comments
 (0)