commit | f3d201d5a2dbac4fbaf79d409e67f2a93c882b06 | [log] [tgz] |
---|---|---|
author | Julien Schmidt <github@julienschmidt.com> | Tue Mar 11 18:29:36 2014 +0100 |
committer | Julien Schmidt <github@julienschmidt.com> | Tue Mar 11 18:29:36 2014 +0100 |
tree | 0dc8965f6abe5dcaaf35b78d30a04db8802590e3 | |
parent | 53ce4f8014d94f384e23fb8cdf069860217081a3 [diff] |
Update README.md
diff --git a/README.md b/README.md index 6461856..9e28d50 100644 --- a/README.md +++ b/README.md
@@ -59,7 +59,7 @@ ### Named parameters As you can see, `:name` is a *named parameter*. -The values are passed in map, therefore the value of `:name` is available in `vars["name"]`. +The values are passed in a map, therefore the value of `:name` is available in `vars["name"]`. Named parameters only match a single path segment: ```