From 2da59efd62bc605e2d045274deab44c98c66ebc3 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 21 Jun 2019 00:07:27 -0600 Subject: [PATCH] update syntax highlighting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 716a6c7..12d3309 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ You don't have to use `mod vendor`, but I highly recommend it. # Options -``` +```txt version print version and exit --fail exit with non-zero status code on failure --package will set the package name @@ -69,7 +69,7 @@ version print version and exit ENVs -``` +```bash # Alias for --fail GITVER_FAIL=true ```