update org name

This commit is contained in:
David Newhall II 2021-06-23 03:03:14 -07:00
parent 303604e1ff
commit 551cf71062
2 changed files with 4 additions and 4 deletions

View File

@ -7,9 +7,9 @@ data. The data is provided in a large struct you can consume in your application
This library is designed to PULL data FROM the controller. It has no methods that
update settings or change things on the controller.
[Someone expressed interest](https://github.com/unifi-poller/unifi/issues/31) in
[Someone expressed interest](https://github.com/unpoller/unifi/issues/31) in
adding methods to update data, and I'm okay with that. I'll even help add them.
[Tell me what you want to do](https://github.com/unifi-poller/unifi/issues/new), and we'll make it happen.
[Tell me what you want to do](https://github.com/unpoller/unifi/issues/new), and we'll make it happen.
Pull requests, feature requests, code reviews and feedback are welcomed!
@ -18,7 +18,7 @@ Here's a working example:
package main
import "log"
import "github.com/unifi-poller/unifi"
import "github.com/unpoller/unifi"
func main() {
c := *unifi.Config{

View File

@ -1,4 +1,4 @@
module github.com/unifi-poller/unifi
module github.com/unpoller/unifi
go 1.16