From 4a8a6213a757a3fa139f5011099a7eb4fefeede2 Mon Sep 17 00:00:00 2001 From: Manu Mtz-Almeida Date: Sat, 11 Jul 2015 17:53:54 +0200 Subject: [PATCH] Updates README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a14fc0ec..d66f58af 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -#Gin Web Framework + -![Gin Logo](https://gin-gonic.github.io/gin/images/logo.jpg) +#Gin Web Framework [![Build Status](https://travis-ci.org/gin-gonic/gin.svg)](https://travis-ci.org/gin-gonic/gin) [![Coverage Status](https://coveralls.io/repos/gin-gonic/gin/badge.svg?branch=master)](https://coveralls.io/r/gin-gonic/gin?branch=master) @@ -8,6 +8,8 @@ Gin is a web framework written in Golang. It features a martini-like API with much better performance, up to 40 times faster thanks to [httprouter](https://github.com/julienschmidt/httprouter). If you need performance and good productivity, you will love Gin. + + ![Gin console logger](https://gin-gonic.github.io/gin/other/console.png) ```