ソースを参照

Removing exclamation marks in Go.

Manu Mtz-Almeida 11 年 前
コミット
d3249800e9
2 ファイル変更3 行追加3 行削除
  1. 1 1
      AUTHORS.md
  2. 2 2
      README.md

+ 1 - 1
AUTHORS.md

@@ -1,4 +1,4 @@
-List of all the awesome people working to make Gin the best Web Framework in Go!
+List of all the awesome people working to make Gin the best Web Framework in Go.
 
 
 

+ 2 - 2
README.md

@@ -30,13 +30,13 @@ Yes, Gin is an internal project of [my](https://github.com/manucorporat) upcomin
 
 
 ## Start using it
-Obviously, you need to have Git and Go! already installed to run Gin.  
+Obviously, you need to have Git and Go already installed to run Gin.  
 Run this in your terminal
 
 ```
 go get github.com/gin-gonic/gin
 ```
-Then import it in your Go! code:
+Then import it in your Go code:
 
 ```
 import "github.com/gin-gonic/gin"