ソースを参照

Updates README

Manu Mtz-Almeida 10 年 前
コミット
4a8a6213a7
1 ファイル変更4 行追加2 行削除
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -1,6 +1,6 @@
-#Gin Web Framework  
+<img align="right" src="https://s3.amazonaws.com/uploads.hipchat.com/36744/1498287/JVR32LgyEGCiy01/path4201%20copy%202.png">
 
-![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)
 
 ```