From 7901f95baa30b32b273b280b0893d88c67952a75 Mon Sep 17 00:00:00 2001 From: ClarkXia Date: Thu, 1 Jul 2021 11:02:39 +0800 Subject: [PATCH] chore: formate (#44) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 05fcc40..d04626b 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 命令: