update markdown syntax

This commit is contained in:
AJ ONeal 2019-06-21 00:08:45 -06:00
parent 2da59efd62
commit 639a7e246f
1 changed files with 1 additions and 1 deletions

View File

@ -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`,