From 2c8b0281021bad29212a0e227f4a0c45052454c8 Mon Sep 17 00:00:00 2001 From: Adam Reuben Date: Mon, 14 Nov 2022 18:01:34 +0300 Subject: [PATCH] update installation tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85941fb..1ad3769 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ GoBot Terminology Simply install with the `go get` command: ``` -go get github.com/adamwreuben/GoBot@v0.0.5 +go get github.com/adamwreuben/GoBot@v0.0.6 ``` Then import it to your main package as: ```