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: ```