From dfab75c90e4246888a51365483ae7a2e0bae04a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Stemmer?= Date: Fri, 1 Jul 2022 23:16:44 +0100 Subject: [PATCH] Update install from source instructions in README Refs #136 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1152ca7..409ef69 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ page. Download and install the latest stable version from source by running: ```bash -go install github.com/jstemmer/go-junit-report@latest +go install github.com/jstemmer/go-junit-report/v2@latest ``` ## Usage