From 36522cf80c9df4e7acdd34080e52607178449277 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Sat, 9 Jul 2022 19:31:28 +0100 Subject: [PATCH] reword in readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21a4661..8a412c5 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,13 @@ For an outline of past/future changes refer to: [CHANGELOG](CHANGELOG.md) 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 -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`