diff --git a/README.md b/README.md index fe34d1c..53d2129 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ go get golang.org/x/net/context Put the package under your project folder and add the following in import: ```golang -import TelstraMessaging "github.com/telstra/MessagingAPI-SDK-Go" +import TelstraMessaging "github.com/telstra/MessagingAPI-SDK-Go/v3" + ``` To use a proxy, set the environment variable `HTTP_PROXY`: