aboutsummaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc.go b/doc.go
index 515ed6b..7b49e04 100644
--- a/doc.go
+++ b/doc.go
@@ -53,7 +53,7 @@ Then, in all these cases, you use gopherschwift to convert the
gophercloud.ServiceClient into a schwift.Account instance, from which point you
have access to all of schwift's API:
- import "github.com/majewsky/schwift/gopherschwift"
+ import "github.com/majewsky/schwift/v2/gopherschwift"
account, err := gopherschwift.Wrap(client)