From 322c515c4f3706de398020b0adb94d4b74d20756 Mon Sep 17 00:00:00 2001 From: Thomas LE ROUX Date: Mon, 14 Aug 2017 10:59:47 +0200 Subject: [PATCH] docs: update README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5339ec4..10f1b08 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Limiter -[![Build Status](https://travis-ci.org/ulule/limiter.svg)](https://travis-ci.org/ulule/limiter) [![Go Report Card](https://goreportcard.com/badge/github.com/ulule/limiter)](https://goreportcard.com/report/github.com/ulule/limiter) +[![Documentation][godoc-img]][godoc-url] +![License][license-img] +[![Build Status][travis-img]][travis-url] +[![Go Report Card][goreport-img]][goreport-url] *Dead simple rate limit middleware for Go.* @@ -151,3 +154,11 @@ Don't hesitate ;) [4]: https://github.com/gin-gonic/gin [5]: https://github.com/didip/tollbooth [6]: https://github.com/r8k/ratelimit + +[godoc-url]: https://godoc.org/github.com/ulule/limiter +[godoc-img]: https://godoc.org/github.com/ulule/limiter?status.svg +[license-img]: https://img.shields.io/badge/license-MIT-blue.svg +[travis-url]: https://travis-ci.org/ulule/limiter +[travis-img]: https://travis-ci.org/ulule/limiter.svg?branch=master +[goreport-url]: https://goreportcard.com/report/github.com/ulule/limiter +[goreport-img]: https://goreportcard.com/badge/github.com/ulule/limiter