瀏覽代碼

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