mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
Merge pull request #2963 from tadghh/patch-2
Fixed ReadMe badge styling
This commit is contained in:
commit
2d397a56ca
17
README.md
17
README.md
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user