Преглед изворни кода

Merge pull request #113 from exercism/update-contributor-instructions

Modify README to clarify instructions
Katrina Owen пре 10 година
родитељ
комит
40c67285b7
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3
    1
      README.md

+ 3
- 1
README.md Прегледај датотеку

@@ -33,7 +33,7 @@ This guide flows chronologically, from setting-up your environment, taking a qui
33 33
 If, at any point, you're having any trouble, pop in the [Gitter exercism/dev room](https://gitter.im/exercism/dev) for help.
34 34
 
35 35
 
36
-## Getting Setup
36
+## Getting Set Up
37 37
 
38 38
 You'll *need* the following:
39 39
 
@@ -226,6 +226,8 @@ Before you submit a pull request, please ensure:
226 226
    ```
227 227
 
228 228
    verify that the fetched problem does *not* contain any files not needed for the problem.
229
+   
230
+   Note: some changes may require that you restart your local copy of the API server.
229 231
 
230 232
 3. **Run the tests against the example source.**
231 233