diff --git a/README.md b/README.md
index 914d1ff..5728fb7 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ itoa
[](https://github.com/dtolnay/itoa)
[](https://crates.io/crates/itoa)
[](https://docs.rs/itoa)
-[](https://github.com/dtolnay/itoa/actions?query=branch%3Amaster)
+[](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