瀏覽代碼

contributing.md: Fix typo and add path link

Frida Johanne Tveit 8 年之前
父節點
當前提交
353211c7bd
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      CONTRIBUTING.md

+ 3
- 3
CONTRIBUTING.md 查看文件

168
 The `README.md` file can be generated using [configlet](https://github.com/exercism/configlet/releases).
168
 The `README.md` file can be generated using [configlet](https://github.com/exercism/configlet/releases).
169
 You can do this by:
169
 You can do this by:
170
 
170
 
171
-  1. Download configlet and put it somewhere in your PATH
171
+  1. Download configlet and put it somewhere in your [PATH](https://en.wikipedia.org/wiki/PATH_(variable))
172
 
172
 
173
   2. Clone [the problem-specifications repository](https://github.com/exercism/problem-specifications).
173
   2. Clone [the problem-specifications repository](https://github.com/exercism/problem-specifications).
174
 
174
 
190
 ## Updating the READMEs
190
 ## Updating the READMEs
191
 
191
 
192
 The `README.md` files are generated from the exercise descriptions in [problem specifications](https://github.com/exercism/problem-specifications/tree/master/exercises).
192
 The `README.md` files are generated from the exercise descriptions in [problem specifications](https://github.com/exercism/problem-specifications/tree/master/exercises).
193
-They need to be regenerated regularly so that any changes to the descriptions in problem specifications propagate to our REAMEs.
193
+They need to be regenerated regularly so that any changes to the descriptions in problem specifications propagate to our READMEs.
194
 This can be done using [configlet](https://github.com/exercism/configlet/releases):
194
 This can be done using [configlet](https://github.com/exercism/configlet/releases):
195
 
195
 
196
-  1. Download configlet and put it somewhere in your PATH
196
+  1. Download configlet and put it somewhere in your [PATH](https://en.wikipedia.org/wiki/PATH_(variable))
197
 
197
 
198
   2. Clone [the problem-specifications repository](https://github.com/exercism/problem-specifications).
198
   2. Clone [the problem-specifications repository](https://github.com/exercism/problem-specifications).
199
 
199