Skip to content

Commit 24fca30

Browse files
srenatuselithrar
authored andcommitted
[docs] README.md: add missing . (#292)
1 parent bb285ea commit 24fca30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ This also works for host and query value variables:
274274
r := mux.NewRouter()
275275
r.Host("{subdomain}.domain.com").
276276
Path("/articles/{category}/{id:[0-9]+}").
277-
Queries("filter", "{filter}")
277+
Queries("filter", "{filter}").
278278
HandlerFunc(ArticleHandler).
279279
Name("article")
280280

0 commit comments

Comments
 (0)