From a4415d33e5f8cc832c3c7a8758f33080db629d5e Mon Sep 17 00:00:00 2001 From: ClarkXia Date: Thu, 1 Jul 2021 11:01:35 +0800 Subject: [PATCH] chore: format (#43) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa93162..d13e678 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ $ build-scripts start --help Usage: build-scripts start [options] Options: - --port 服务端口号 - --host 服务主机名 - --config 自定义配置文件路径(支持 json 或者 js,推荐命名 build.config.js/build.json) + --port 服务端口号 + --host 服务主机名 + --config 自定义配置文件路径(支持 json 或者 js,推荐命名 build.config.js/build.json) ``` build 命令: @@ -51,7 +51,7 @@ $ build-scripts build --help Usage: build-scripts build [options] Options: - --config 同 start + --config 同 start ``` test 命令: