From 2849cbdf67ad30dec68d962afffbc2f519a1f98f Mon Sep 17 00:00:00 2001 From: Paul Tyng Date: Fri, 10 Jan 2020 14:44:53 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f7c108b..2728627 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Unifi Go SDK [![GoDoc](https://godoc.org/github.com/paultyng/go-unifi?status.svg)](https://godoc.org/github.com/paultyng/go-unifi) +This was written primary for use in my [Terraform provider for Unifi](https://github.com/paultyng/terraform-provider-unifi). + ## Note on Code Generation The data models and basic REST methods are "generated" from JSON files in the JAR that show all fields and the associated regex/validation information.