diff --git a/README.md b/README.md index d244e33..6690377 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # BIG +[![Go Reference](https://pkg.go.dev/badge/github.com/sdcoffey/big.svg)](https://pkg.go.dev/github.com/sdcoffey/big) [![Go Report Card](https://goreportcard.com/badge/github.com/sdcoffey/big)](https://goreportcard.com/report/github.com/sdcoffey/big) + Big is a simple, immuatable wrapper around golang's built-in `*big.Float` type desinged to offer a more user-friendly API and immutability guarantees at the cost of some runtime performance. ### Example