diff --git a/README.md b/README.md index 0fec257..3295645 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # SSL Fingerprint (sprint) +[![Go Report Card](https://goreportcard.com/badge/github.com/nhalstead/ssl-fingerprint)](https://goreportcard.com/report/github.com/nhalstead/ssl-fingerprint) +[![GoDoc](https://godoc.org/github.com/nhalstead/ssl-fingerprint?status.svg)](https://godoc.org/github.com/nhalstead/ssl-fingerprint) + This cli application written in go will connect to the given domain and return the `md5`/`sha1`/`sha256`/`sha512` fingerprint formatted appropriately. Simple, Fast, Easy