From 639a7e246f77ddee01a7da67c9a561c669471667 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 21 Jun 2019 00:08:45 -0600 Subject: [PATCH] update markdown syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12d3309..7f8752f 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ the repository in itself and that would be... weird. # Why a tools package? -> import "git.rootprojects.org/root/go-gitver" is a program, not an importable package +> import "git.rootprojects.org/root/go-gitver" is a program, not an importable package Having a tools package with a build tag that you don't use is a nice way to add exact versions of a command package used for tooling to your `go.mod` with `go mod tidy`,