Browse Source

[docs] README.md: add missing `.` (#292)

pull/297/head v1.5.0
Stephan Renatus 8 years ago committed by Matt Silverlock
parent
commit
24fca303ac
  1. 2
      README.md

2
README.md

@ -274,7 +274,7 @@ This also works for host and query value variables: @@ -274,7 +274,7 @@ This also works for host and query value variables:
r := mux.NewRouter()
r.Host("{subdomain}.domain.com").
Path("/articles/{category}/{id:[0-9]+}").
Queries("filter", "{filter}")
Queries("filter", "{filter}").
HandlerFunc(ArticleHandler).
Name("article")

Loading…
Cancel
Save