Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
grammar
  • Loading branch information
onetonfoot committed Aug 19, 2020
1 parent 444f480 commit 853f32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -49,7 +49,7 @@ app("/route/:id", method = [GET, POST]) do request
end
```

Specific routes will be matched first take priority over variable routes, in other words `"/route/1"` will be matched before `"/route/:id"`.
Specific routes take priority over variable routes, in other words `"/route/1"` will be matched before `"/route/:id"`.

Query parameters can be accessed in a similar way.

Expand Down

0 comments on commit 853f32e

Please sign in to comment.