Skip to content

Commit

Permalink
[docs] README.md: add missing . (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
srenatus authored and elithrar committed Sep 5, 2017
1 parent bb285ea commit 24fca30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 24fca30

Please sign in to comment.