浏览代码

fix typos

tags/v0.9.0
jimzhan 10 年前
父节点
当前提交
6a33befcfd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      README.md

+ 1
- 1
README.md 查看文件

Using prefixed (aka. subrouter) router is exactly same as the main one: Using prefixed (aka. subrouter) router is exactly same as the main one:


```go ```go
app := rex.new()
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") io.WriteString(w, "index page")
}) })

正在加载...
取消
保存