Просмотр исходного кода

Modify README to clarify instructions

Matthew Morgan 10 лет назад
Родитель
Сommit
15ec39a094
1 измененных файлов: 3 добавлений и 1 удалений
  1. 3
    1
      README.md

+ 3
- 1
README.md Просмотреть файл

33
 If, at any point, you're having any trouble, pop in the [Gitter exercism/dev room](https://gitter.im/exercism/dev) for help.
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
 You'll *need* the following:
38
 You'll *need* the following:
39
 
39
 
226
    ```
226
    ```
227
 
227
 
228
    verify that the fetched problem does *not* contain any files not needed for the problem.
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
 3. **Run the tests against the example source.**
232
 3. **Run the tests against the example source.**
231
 
233