From b2cd8bd03a95c64dd3bd5d498966b7ac5647000c Mon Sep 17 00:00:00 2001 From: Tianxiao Wang Date: Fri, 22 Mar 2019 23:27:26 +0800 Subject: [PATCH] fix: modify webpack-dev-server port (#5) --- packages/griffith/README-zh_CN.md | 2 +- packages/griffith/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/griffith/README-zh_CN.md b/packages/griffith/README-zh_CN.md index 8e3d3d92..0705c97a 100644 --- a/packages/griffith/README-zh_CN.md +++ b/packages/griffith/README-zh_CN.md @@ -179,4 +179,4 @@ yarn yarn start ``` -打开播放器页面:http://localhost:8080 +打开播放器页面:http://localhost:8000 diff --git a/packages/griffith/README.md b/packages/griffith/README.md index c88ba14b..b6563668 100644 --- a/packages/griffith/README.md +++ b/packages/griffith/README.md @@ -167,4 +167,4 @@ yarn yarn start ``` -Open the player page: http://localhost:8080 +Open the player page: http://localhost:8000