From 3ba578d5e4ec7a14a39fcd1b5842d2074d6c8544 Mon Sep 17 00:00:00 2001 From: Mathieu Lecarme Date: Tue, 25 Oct 2011 00:05:31 +0300 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2a81319..2e5edcb 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ multiple trailing segments of the request path using the atom `'...'` (the atom ellipsis) respectively as the first host token or the last path token. For example, host rule `['...', <<"dev-extend">>, <<"eu">>]` can match both "cowboy.bugs.dev-extend.eu" and "dev-extend.eu" and path rule -`[<<"projects">>, '...']` can math both "/projects" and +`[<<"projects">>, '...']` can match both "/projects" and "/projects/cowboy/issues/42". The host leading segments and the path trailing segments can later be retrieved through `cowboy_http_req:host_info/1` and `cowboy_http_req:path_info/1`. -- cgit v1.2.3