瀏覽代碼

update readme with cap. http methods

tags/v0.9.0
jimzhan 9 年之前
父節點
當前提交
7c86286a41
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      README.md

+ 1
- 1
README.md 查看文件

@@ -117,7 +117,7 @@ Using prefixed (aka. subrouter) router is exactly same as the main one:

```go
app := rex.new()
app.Get("/", func(w http.ResponseWriter, r *http.Request) {
app.GET("/", func(w http.ResponseWriter, r *http.Request) {
io.WriteString(w, "index page")
})


Loading…
取消
儲存