Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Sarvarov committed Jun 12, 2024
1 parent 15bcffd commit b9593f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ func main() {
}

// Now create your HTTP server.
// Gonertia works well with standard http handlers,
// but you are free to use some frameworks like Gorilla Mux or Chi.
// Gonertia works well with standard http server library,
// but you are free to use some external routers like Gorilla Mux or Chi.
mux := http.NewServeMux()

mux.Handle("/home", i.Middleware(homeHandler(i)))
Expand Down

0 comments on commit b9593f2

Please sign in to comment.