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: ```