Merge pull request #2963 from tadghh/patch-2

Fixed ReadMe badge styling
This commit is contained in:
Austin Bonander 2024-01-05 18:35:46 -08:00 committed by GitHub
commit 2d397a56ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,27 +10,20 @@
<div align="center">
<!-- Github Actions -->
<a href="https://github.com/launchbadge/sqlx/actions/workflows/sqlx.yml?query=branch%3Amain">
<img src="https://img.shields.io/github/actions/workflow/status/launchbadge/sqlx/sqlx.yml?branch=main&style=flat-square"
alt="actions status" />
</a>
<img src="https://img.shields.io/github/actions/workflow/status/launchbadge/sqlx/sqlx.yml?branch=main&style=flat-square" alt="actions status" /></a>
<!-- Version -->
<a href="https://crates.io/crates/sqlx">
<img src="https://img.shields.io/crates/v/sqlx.svg?style=flat-square"
alt="Crates.io version" />
</a>
alt="Crates.io version" /></a>
<!-- Discord -->
<a href="https://discord.gg/uuruzJ7">
<img src="https://img.shields.io/discord/665528275556106240?style=flat-square" alt="chat" />
</a>
<img src="https://img.shields.io/discord/665528275556106240?style=flat-square" alt="chat" /></a>
<!-- Docs -->
<a href="https://docs.rs/sqlx">
<img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square"
alt="docs.rs docs" />
</a>
<img src="https://img.shields.io/badge/docs-latest-blue.svg?style=flat-square" alt="docs.rs docs" /></a>
<!-- Downloads -->
<a href="https://crates.io/crates/sqlx">
<img src="https://img.shields.io/crates/d/sqlx.svg?style=flat-square"
alt="Download" />
<img src="https://img.shields.io/crates/d/sqlx.svg?style=flat-square" alt="Download" />
</a>
</div>