From ed03cf77f8adbff705fcb85bc36b28ff6e92da65 Mon Sep 17 00:00:00 2001 From: Jaime Pillora Date: Wed, 3 Aug 2016 12:50:56 +1000 Subject: [PATCH] docs --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19857b7..4f4c3e7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Backoff -A simple backoff algorithm in Go (Golang) +A simple exponential backoff counter in Go (Golang) [![GoDoc](https://godoc.org/github.com/jpillora/backoff?status.svg)](https://godoc.org/github.com/jpillora/backoff) [![Circle CI](https://circleci.com/gh/jpillora/backoff.svg?style=shield)](https://circleci.com/gh/jpillora/backoff) @@ -110,6 +110,10 @@ Reset! 214.957989ms ``` +#### Documentation + +https://godoc.org/github.com/jpillora/backoff + #### Credits Ported from some JavaScript written by [@tj](https://github.com/tj)