doc: fix go install specific version

This commit is contained in:
Will Owens 2023-11-10 14:35:01 -05:00
parent 2f69e97884
commit 29695481fa

View file

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