reword in readme

This commit is contained in:
onyx-and-iris 2022-07-09 19:31:28 +01:00
parent 119a996afd
commit 36522cf80c

View File

@ -23,11 +23,13 @@ For an outline of past/future changes refer to: [CHANGELOG](CHANGELOG.md)
Add to your `go.mod` file: Add to your `go.mod` file:
`require github.com/onyx-and-iris/voicemeeter-api-go v2.0.0` `require github.com/onyx-and-iris/voicemeeter-api-go vX.X.X`
replace `vX.X.X` with the version you need
#### GO GET #### GO GET
Install voicemeeter-api-go package from your console Install voicemeeter-api-go package from your console to download the latest version.
`go get github.com/onyx-and-iris/voicemeeter-api-go` `go get github.com/onyx-and-iris/voicemeeter-api-go`