From b89767702269052f5fb932e76279871a862d0fbd Mon Sep 17 00:00:00 2001 From: Branden <37084158+brandenc40@users.noreply.github.com> Date: Thu, 1 Apr 2021 10:43:55 -0500 Subject: [PATCH] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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