소스 검색

Modify README to clarify instructions

Matthew Morgan 10 년 전
부모
커밋
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