Browse Source

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

Bobby 5 years ago
parent
commit
fa7310902a
1 changed files with 1 additions and 1 deletions
  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