Brendan Abolivier 8 년 전
부모
커밋
8b33bdf331
로그인 계정: Brendan Abolivier <contact@brendanabolivier.com> GPG 키 ID: 8EF1500759F70623
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      README.md

+ 1
- 1
README.md 파일 보기

@@ -19,7 +19,7 @@ The default port will be set to `1970`, but you can set the one you want by usin
19 19
 PORT=8080 npm start
20 20
 ```
21 21
 
22
-Same goes with the host. Without further instructions, the server will listen on 0.0.0.0, which means it will accept every connection, whatever the source. You can override this by using the `HOST` environment variable:
22
+Same goes with the host. Without further instructions, the server will listen on `0.0.0.0`, which means it will accept every connection, whatever the source. You can override this by using the `HOST` environment variable:
23 23
 
24 24
 ```bash
25 25
 HOST=127.0.0.1 npm start