Преглед на файлове

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…
Отказ
Запис