Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
novln committed Aug 14, 2017
1 parent 4cf7fe7 commit 322c515
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.*

Expand Down Expand Up @@ -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

0 comments on commit 322c515

Please sign in to comment.