From 9443300a8d8cb4a6b0cdb3b7fffe12b36c48da51 Mon Sep 17 00:00:00 2001 From: Kichiyaki Date: Sun, 6 Jun 2021 19:18:32 +0200 Subject: [PATCH] chore: update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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)