From 29695481fab89ea0a9bcc0ea254071b6e6796972 Mon Sep 17 00:00:00 2001 From: Will Owens Date: Fri, 10 Nov 2023 14:35:01 -0500 Subject: [PATCH] doc: fix go install specific version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ba8d66..4c9e7bc 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ $ go install github.com/ghthor/gotty/v2@latest You can specify a specific version based on git tags. ```sh -$ go install github.com/ghthor/gotty/v2@2.3.2 +$ go install github.com/ghthor/gotty/v2@v2.3.4 ``` # Usage