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) ```