浏览代码

update readme (#976)

田欧 8 年之前
父节点
当前提交
22fc0284e3
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -13,7 +13,8 @@ Gin is a web framework written in Go (Golang). It features a martini-like API wi
 ![Gin console logger](https://gin-gonic.github.io/gin/other/console.png)
 ![Gin console logger](https://gin-gonic.github.io/gin/other/console.png)
 
 
 ```sh
 ```sh
-$ cat test.go
+# assume the following codes in example.go file
+$ cat example.go
 ```
 ```
 
 
 ```go
 ```go
@@ -32,6 +33,11 @@ func main() {
 }
 }
 ```
 ```
 
 
+```
+# run example.go and visit 0.0.0.0:8080/ping on browser
+$ go run example.go
+```
+
 ## Benchmarks
 ## Benchmarks
 
 
 Gin uses a custom version of [HttpRouter](https://github.com/julienschmidt/httprouter)  
 Gin uses a custom version of [HttpRouter](https://github.com/julienschmidt/httprouter)