diff --git a/README.md b/README.md index 0f29077..e6fa833 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # go-flareio -`flareio` is a light wrapper around [net/http.Client](https://pkg.go.dev/net/http#Client) that automatically manages API authentication. +`flareio` is a light [Flare API](https://api.docs.flare.io/) SDK. +It is a wrapper around [net/http.Client](https://pkg.go.dev/net/http#Client) that automatically manages API authentication. It exposes methods that are similar to `net/http.Client`.