diff --git a/README-zh_CN.md b/README-zh_CN.md
index 59070ee..e6d41ca 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 a9a275e..a5f52e4 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/).