Skip to content

Commit 4e46faa

Browse files
authored
Update README.md
1 parent f98400c commit 4e46faa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
[![Go Reference](https://pkg.go.dev/badge/github.com/Flared/go-flareio.svg)](https://pkg.go.dev/github.com/Flared/go-flareio)
44

5-
`flareio` is a light [Flare API](https://api.docs.flare.io/) SDK.
6-
It is a wrapper around [net/http.Client](https://pkg.go.dev/net/http#Client) that automatically manages API authentication.
5+
`flareio` is a light [Flare API](https://api.docs.flare.io/) SDK that wraps around [net/http.Client](https://pkg.go.dev/net/http#Client) and automatically manages authentication.
76

8-
It exposes methods that are similar to `net/http.Client`.
7+
It exposes methods that are similar to `net/http.Client` with the exception that they accept paths as parameters instead of full URLs.
98

109
Usage examples and use cases are documented in the [Flare API documentation](https://api.docs.flare.io/sdk/go).
1110

0 commit comments

Comments
 (0)