diff --git a/lessons/06-params/README.md b/lessons/06-params/README.md index 77fd4b7d..08c82c04 100644 --- a/lessons/06-params/README.md +++ b/lessons/06-params/README.md @@ -10,7 +10,7 @@ Consider the following urls: These urls would match a route path like this: ``` -/repos/:userName/:repositoryName +/repos/:userName/:repoName ``` The parts that start with `:` are url parameters whose values will be