From 37ff5f417161ed25d41beb18db674cb6fdca21f9 Mon Sep 17 00:00:00 2001 From: Louis Thibault Date: Thu, 12 Mar 2020 20:52:44 -0700 Subject: [PATCH] Update README for v2.0.0 --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 61024ef..3868b93 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ Tickers with random jitter [![Godoc Reference](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://godoc.org/github.com/lthibault/jitterbug) [![Go Report Card](https://goreportcard.com/badge/github.com/SentimensRG/ctx?style=flat-square)](https://goreportcard.com/report/github.com/lthibault/jitterbug) -Jitterbug provides functionality similar to `time.Ticker`, but with a configurable random jitter. Jitterbug is considered **stable**, and production-ready. +Jitterbug provides functionality similar to `time.Ticker`, but with a configurable random jitter. + +Jitterbug has no external dependencies, has a stable API, and is production-ready. ## Installation @@ -61,10 +63,3 @@ t := jitterbug.New( - [GoNum](https://github.com/gonum/gonum), specifically the [univariate distributions](https://godoc.org/gonum.org/v1/gonum/stat/distuv). - [Suture](https://github.com/thejerf/suture) can use jitterbug for it's backoff [durations](https://godoc.org/github.com/thejerf/suture#Jitter). - -## RFC - -If you find this useful please let me know: - -Seriously, even if you just used it in your weekend project, I'd like to hear -about it :)