From 103c88e0a702250abb14974498fa040121cf2176 Mon Sep 17 00:00:00 2001 From: Trevor Suarez Date: Mon, 11 Jul 2016 04:14:01 -0400 Subject: [PATCH] Adding a couple more badges --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db66013..3ffe546 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,16 @@ [![Build Status](https://travis-ci.org/Rican7/retry.svg?branch=master)](https://travis-ci.org/Rican7/retry) [![GoDoc](https://godoc.org/github.com/Rican7/retry?status.png)](https://godoc.org/github.com/Rican7/retry) +[![Go Report Card](https://goreportcard.com/badge/Rican7/retry)](http://goreportcard.com/report/Rican7/retry) +[![Latest Stable Version](https://img.shields.io/github/release/Rican7/retry.svg?style=flat)](https://github.com/Rican7/retry/releases) A simple, stateless, functional mechanism to perform actions repetitively until successful. ## Project Status -This project is currently in "pre-release". The API may change. Vendor (commit or lock) this dependency if you plan on using it. +This project is currently in "pre-release". While the code is heavily tested, the API may change. +Vendor (commit or lock) this dependency if you plan on using it. ## Install