Skip to content

Commit 09795c9

Browse files
committed
add ci badge
1 parent c39fe3a commit 09795c9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
# async-sqlx-session
22
## [sqlx](https://github.com/launchbadge/sqlx)-backed session store for [async-session](https://github.com/http-rs/async-session)
33

4-
## ⚠️ Note: This crate is not yet published, so nothing in this readme will actually work yet ⚠️
5-
check out the status of https://github.com/http-rs/async-session/pull/2 for the latest
4+
## ⚠️ Note: This crate is not yet published ⚠️
5+
So most of the links in this readme will not work yet. Check out the
6+
status of https://github.com/http-rs/async-session/pull/2 for the
7+
latest
68

9+
* CI: ![CI][ci-badge]
710
* [API Docs][docs] [![docs.rs docs][docs-badge]][docs]
811
* [Releases][releases] [![crates.io version][version-badge]][lib-rs]
912
* [Contributing][contributing]
1013

14+
[ci-badge] https://github.com/jbr/async-sqlx-session/workflows/CI/badge.svg
1115
[releases] https://github.com/jbr/async-sqlx-session/releases
1216
[docs] https://docs.rs/async-sqlx-session
1317
[contributing] https://github.com/jbr/async-sqlx-session/blob/master/.github/CONTRIBUTING.md

0 commit comments

Comments
 (0)