From 3fed5cb513802e8d16b8af0886b975c5094bb332 Mon Sep 17 00:00:00 2001 From: docktermj Date: Thu, 11 Jul 2024 10:48:47 -0400 Subject: [PATCH] #152 Savepoint --- docs/development.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index 9169204..b0561c6 100644 --- a/docs/development.md +++ b/docs/development.md @@ -159,7 +159,9 @@ Create a code coverage map. `github.com` > `senzing-garage` > `template-go` 1. When a versioned release is published with a `v0.0.0` format tag, -the reference can be found by clicking on the following badge at the top of the README.md page: +the reference can be found by clicking on the following badge at the top of the README.md page. +Example: + [![Go Reference](https://pkg.go.dev/badge/github.com/senzing-garage/template-go.svg)](https://pkg.go.dev/github.com/senzing-garage/template-go) ## Docker