diff --git a/README.md b/README.md index 929ee32..99af3c7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A simple fixed size bitset container for Rust. Please read the [API documentation here](https://docs.rs/fixedbitset/) -[![build\_status](https://github.com/petgraph/fixedbitset/workflows/Continuous%20integration/badge.svg?branch=master)](https://github.com/petgraph/fixedbitset/actions) +[![build\_status](https://github.com/petgraph/fixedbitset/actions/workflows/rust.yml/badge.svg)](https://github.com/petgraph/fixedbitset/actions) [![crates](https://img.shields.io/crates/v/fixedbitset.svg)](https://crates.io/crates/fixedbitset) # Recent Changes