From 92d739ce247c3594e69f9324ba00ea37f22ff791 Mon Sep 17 00:00:00 2001 From: Bryan Lee Date: Mon, 6 Sep 2021 14:47:31 +0800 Subject: [PATCH] docs: update README and fix typo --- README-zh_CN.md | 14 +++++++++++--- README.md | 15 +++++++++++---- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/README-zh_CN.md b/README-zh_CN.md index 59070ee9..e6d41cae 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -1,4 +1,4 @@ -# lifeRestart +# Life Restart @@ -10,7 +10,9 @@ ## 使用 -### 网页版 +
+网页版 +
1. 下载项目代码。 @@ -45,10 +47,16 @@ npm run dev 4. 启动完成后会自动打开浏览器访问 [http://localhost:8081/view/index.html](http://localhost:8081/view/index.html)。 -### 控制台版本 +
+ +
+控制台版本 +
```bash node repl ``` +
+ > 更多信息请参考 [官网文档](https://liferestart.syaro.io/)。 diff --git a/README.md b/README.md index a9a275e9..a5f52e4f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# lifeRestart +# Life Restart @@ -10,7 +10,9 @@ English | [简体中文](./README-zh_CN.md) ## Usage -### Web Version +
+Web Version +
1. Clone project code. @@ -44,11 +46,16 @@ npm run dev ``` 4. After the startup is complete, will automatically open a browser and visit [http://localhost:8081/view/index.html](http://localhost:8081/view/index.html). +
-### Command Line Version +
+Command Line Version +
```bash node repl ``` -> More instructions at [documentation](https://liferestart.syaro.io/)。 +
+ +> More instructions at [documentation](https://liferestart.syaro.io/).