소스 검색

Change example url parameter to `repoName` for consistency with the rest of the lesson

Brendan McLoughlin 9 년 전
부모
커밋
fe505fcbb0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lessons/06-params/README.md

+ 1 - 1
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