From bd0ee8c6b976e725638be08041e121d83c9db13a Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Wed, 17 Jul 2019 02:35:47 -0700 Subject: [PATCH] Update README.md --- core/unifi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/unifi/README.md b/core/unifi/README.md index c0cf00e9..c575bd30 100644 --- a/core/unifi/README.md +++ b/core/unifi/README.md @@ -17,7 +17,7 @@ Here's a working example: package main import "log" -import "github.com/golift/unifi" +import "code.golift.io/unifi" func main() { username := "admin"