From b49a0a37eaa518f131e81911f623da1ff3a8fe69 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Sat, 20 Jul 2019 02:21:56 -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 c575bd30..edc355f6 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 "code.golift.io/unifi" +import "golift.io/unifi" func main() { username := "admin"