ソースを参照

fix typos

tags/v0.9.0
jimzhan 9年前
コミット
6a33befcfd
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      README.md

+ 1
- 1
README.md ファイルの表示

@@ -116,7 +116,7 @@ app.Use(func(next http.Handler) http.Handler {
Using prefixed (aka. subrouter) router is exactly same as the main one:

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

読み込み中…
キャンセル
保存