From b60b7e5207666283f6e7f708428db5d688e83228 Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Mon, 24 Apr 2017 12:18:51 +0000 Subject: [PATCH] Add Gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 43e0b02..509997c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Pixel [![GoDoc](https://godoc.org/github.com/faiface/pixel?status.svg)](https://godoc.org/github.com/faiface/pixel) [![Go Report Card](https://goreportcard.com/badge/github.com/faiface/pixel)](https://goreportcard.com/report/github.com/faiface/pixel) +[![Join the chat at https://gitter.im/pixellib/Lobby](https://badges.gitter.im/pixellib/Lobby.svg)](https://gitter.im/pixellib/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + A 2D game library that doesn't get in your way. Focus on ease of use, extensibility and performance. Take a look into the [features](#features) to see what it can do.