update org name
This commit is contained in:
parent
303604e1ff
commit
551cf71062
|
|
@ -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{
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
module github.com/unifi-poller/unifi
|
||||
module github.com/unpoller/unifi
|
||||
|
||||
go 1.16
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue