Skip to content

Commit

Permalink
Adding MicroBadger badge
Browse files Browse the repository at this point in the history
  • Loading branch information
microbadger committed Oct 3, 2016
1 parent 26ce48d commit ce2d397
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# LoL Replay
[![Go Report Card](https://goreportcard.com/badge/github.com/1lann/lol-replay)](https://goreportcard.com/report/github.com/1lann/lol-replay)
[![GoDoc](https://godoc.org/github.com/1lann/lol-replay?status.svg)](https://godoc.org/github.com/1lann/lol-replay)
[![Docker Pulls](https://img.shields.io/docker/pulls/1lann/lol-replay.svg?maxAge=2592000)](https://hub.docker.com/r/1lann/lol-replay/)
[![Docker Pulls](https://img.shields.io/docker/pulls/1lann/lol-replay.svg?maxAge=2592000)](https://hub.docker.com/r/1lann/lol-replay/) [![](https://images.microbadger.com/badges/image/1lann/lol-replay.svg)](https://microbadger.com/images/1lann/lol-replay "Get your own image badge on microbadger.com")

LoL Replay is a collection of Go packages to record and play back League of Legends games from the spectator endpoint. It is designed to be fast, reliable, and efficient. The modular design allows anyone to write their own recording service in Go and manipulate the recording files.

Expand Down Expand Up @@ -37,3 +37,4 @@ The LoL Replay server is also available as an image on Docker. Refer to the [Doc

## License
lol-replay is licensed under the MIT license which can be found [here](/LICENSE).

0 comments on commit ce2d397

Please sign in to comment.