diff --git a/README.md b/README.md index 1c06b8f..640275f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TWHelp Golang SDK -Golang SDK for making HTTP requests to [TWHelp API](https://api.tribalwarshelp.com). +A tool for interacting with [TWHelp's API](https://api.tribalwarshelp.com). ## Getting started @@ -16,6 +16,4 @@ and then install SDK: go get -u github.com/tribalwarshelp/golang-sdk ``` -## Examples - -[A fully working example you can find here.](https://raw.githubusercontent.com/tribalwarshelp/golang-sdk/master/example/main.go) +[An example you can find here.](https://raw.githubusercontent.com/tribalwarshelp/golang-sdk/master/example/main.go)