diff --git a/README.md b/README.md index 914d1ff..5728fb7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ itoa [github](https://github.com/dtolnay/itoa) [crates.io](https://crates.io/crates/itoa) [docs.rs](https://docs.rs/itoa) -[build status](https://github.com/dtolnay/itoa/actions?query=branch%3Amaster) +[build status](https://github.com/dtolnay/itoa/actions?query=branch%3Amaster) This crate provides a fast conversion of integer primitives to decimal strings. The implementation comes straight from [libcore] but avoids the performance