updated docs and readme

This commit is contained in:
Branden Colen
2021-04-05 20:53:51 -05:00
parent d06ebbee03
commit 73a2c14edb
2 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -3,7 +3,10 @@
[![Go Reference](https://pkg.go.dev/badge/github.com/brandenc40/romannumeral.svg)](https://pkg.go.dev/github.com/brandenc40/romannumeral)
[![codecov](https://codecov.io/gh/brandenc40/romannumeral/branch/master/graph/badge.svg?token=AS7IBSTE36)](https://codecov.io/gh/brandenc40/romannumeral)
Quickly and efficiently convert to and from roman numerals in Go.
## Quickly and efficiently convert to and from roman numerals in Go.
A reliable module using the most efficient methods possible for converting between
roman numerals and integers in Go. Algorithms adopted from [here](https://rosettacode.org/wiki/Roman_numerals).
### Benchmark Results