diff --git a/README.md b/README.md index d440c3b..cf91f73 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ - # Integer square root This module contains the single trait `IntegerSquareRoot` and implements it for primitive integer types. +![ci badge](https://github.com/derekdreery/integer-sqrt-rs/workflows/Continuous%20integration/badge.svg) + ## Example ```rust