소스 검색

doc: fixed default port error in README.md (#373)

Bobby 5 년 전
부모
커밋
fa7310902a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -26,7 +26,7 @@ npm install
26 26
 npm run dev
27 27
 ```
28 28
 
29
-This will automatically open http://localhost:9527
29
+This will automatically open http://localhost:9528
30 30
 
31 31
 ## Build
32 32