From 05893aa13744de5eb5ff8f571a2fb7e8f6706992 Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Sat, 28 Dec 2019 13:00:07 -0500 Subject: [PATCH] Added link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5de0dc..efd6d14 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # go-tonicpow -**go-tonicpow** is the official golang implementation for interacting with the TonicPow API +**go-tonicpow** is the official golang implementation for interacting with the [TonicPow API](https://docs.tonicpow.com) [![Build Status](https://travis-ci.com/tonicpow/go-tonicpow.svg?branch=master)](https://travis-ci.com/tonicpow/go-tonicpow) [![Report](https://goreportcard.com/badge/github.com/tonicpow/go-tonicpow?style=flat)](https://goreportcard.com/report/github.com/tonicpow/go-tonicpow) @@ -29,7 +29,7 @@ $ go get -u github.com/tonicpow/go-tonicpow You can view the generated [documentation here](https://godoc.org/github.com/tonicpow/go-tonicpow). ### Features -- Client is completely configurable +- [Client](client.go) is completely configurable - Using [heimdall http client](https://github.com/gojek/heimdall) with exponential backoff & more - Coverage for the [TonicPow.com API](https://docs.tonicpow.com/) - [x] Authentication