diff --git a/README.md b/README.md index 2706539..eb31b47 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Go Roman Numerals +[![Go Reference](https://pkg.go.dev/badge/github.com/brandenc40/romannumeral.svg)](https://pkg.go.dev/github.com/brandenc40/romannumeral) + Convert to and from roman numerals in Go. ```go