diff --git a/README.md b/README.md
index 319ba7af..b94183fd 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@
- [中文文档](https://github.com/jdneo/vscode-leetcode/blob/master/docs/README_zh-CN.md)
## Requirements
+- [VS Code 1.23.0+](https://code.visualstudio.com/)
- [Node.js 8+](https://nodejs.org)
> NOTE: Please make sure that `Node` is in your `PATH` environment variable. You can check this by running: `node -v`.
@@ -63,7 +64,7 @@
### Pick a Problem
-
+
- Right click the problem in the `LeetCode Explorer` and select `Show Problem` will generate a new file with the problem description for you.
@@ -74,7 +75,7 @@
### Submit the Answer
-
+
- You can submit the answer by clicking `🙏 Submit to LeetCode` at the bottom of the file. Or you can trigger the command: **LeetCode: Submit to LeetCode** to submit the **active** file as the answer.
@@ -83,7 +84,7 @@
### Test the Answer
-
+
- To **test** your answer, right click in the editor and select `Test in LeetCode`.
@@ -97,7 +98,7 @@
### Search problems by Keywords
-
+
- By clicking the button  at the **explorer's navigation bar**, you can search the problems by keywords.
@@ -106,7 +107,7 @@
### Manage Session
-
+
- To manage your LeetCode sessions, just clicking the `LeetCode: ***` at the bottom of the status bar. You can **switch** between sessions or **create** a new session.
diff --git a/docs/README_zh-CN.md b/docs/README_zh-CN.md
index 0e1057a9..46716008 100644
--- a/docs/README_zh-CN.md
+++ b/docs/README_zh-CN.md
@@ -24,6 +24,7 @@
- [中文文档](https://github.com/jdneo/vscode-leetcode/blob/master/docs/README_zh-CN.md)
## 运行条件
+- [VS Code 1.23.0+](https://code.visualstudio.com/)
- [Node.js 8+](https://nodejs.org)
> 注意:请确保`Node`在`PATH`环境变量中,您可以通过执行:`node -v`进行查看。