From fe505fcbb0afeafa7848defc0597cbe3895c3530 Mon Sep 17 00:00:00 2001 From: Brendan McLoughlin Date: Thu, 17 Mar 2016 19:27:42 -0400 Subject: [PATCH] Change example url parameter to `repoName` for consistency with the rest of the lesson --- lessons/06-params/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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