From 8e3cf23d520830799caf6efd655678b0cbe26011 Mon Sep 17 00:00:00 2001 From: Brad Rydzewski Date: Sat, 11 Oct 2014 17:50:52 -0700 Subject: [PATCH] added gitter badge to repository --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4acbfe5..94c56d32 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![Build Status](http://test.drone.io/v1/badge/github.com/drone/drone/status.svg)](http://test.drone.io/github.com/drone/drone) [![GoDoc](https://godoc.org/github.com/drone/drone?status.png)](https://godoc.org/github.com/drone/drone) +[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/drone/drone?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) ## System Requirements @@ -29,7 +30,7 @@ described in the **Setup** section. Below are some example configurations that you can use as reference: -``` +```toml # to use postgres [database] driver="postgres" @@ -39,7 +40,6 @@ datasource="host=127.0.0.1 user=postgres dbname=drone sslmode=disable" [database] driver="mysql" datasource="root@tcp(127.0.0.1:3306)/drone" - ``` ## Setup