diff --git a/README.md b/README.md index 8407177..b515104 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A simple log & trace utility for Golang services. [![Go Report Card](https://goreportcard.com/badge/github.com/robtuley/report)](https://goreportcard.com/report/github.com/robtuley/report) -[![Go Doc](https://godoc.org/github.com/robtuley/report?status.svg)](http://godoc.org/github.com/robtuley/report) +[![PkgGoDev](https://pkg.go.dev/badge/github.com/robtuley/report)](https://pkg.go.dev/github.com/robtuley/report) - `Info` & `Action` logging methods to record information or actionable errors. - `StartSpan` & `EndSpan` methods to record trace information.