mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-25 08:37:29 +01:00
Use main
for build status in readme
This commit is contained in:
parent
3b579c7215
commit
30058dbbed
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
`axum` is a web application framework that focuses on ergonomics and modularity.
|
||||
|
||||
[![Build status](https://github.com/tokio-rs/axum/workflows/CI/badge.svg)](https://github.com/tokio-rs/axum/actions)
|
||||
[![Build status](https://github.com/tokio-rs/axum/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/tokio-rs/axum/actions/workflows/CI.yml)
|
||||
[![Crates.io](https://img.shields.io/crates/v/axum)](https://crates.io/crates/axum)
|
||||
[![Documentation](https://docs.rs/axum/badge.svg)](https://docs.rs/axum)
|
||||
|
||||
|
|
Loading…
Reference in a new issue