Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1485

Merged
merged 2 commits into from
Apr 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Then you can try more [plugins](doc/README.md#plugins).
## Dashboard
APISIX has built-in support for Dashboard, as follows:

1. Please make sure your machine has Node 8.12.0 or higher, or there will occur build issues.
1. Please make sure your machine has the latest Node.js(10 or higher), or there will occur build issues.

2. Download the source codes of [Dashboard](https://github.com/apache/incubator-apisix-dashboard):
```
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ sudo apisix start

APISIX 内置了对 Dashboard 的支持,使用步骤如下:

1. 确保你的运行环境中的 Node 版本 >= 8.12.0
1. 确保你的运行环境中使用了最新的 Node.js 版本>= 10)

2. 下载 [Dashboard](https://github.com/apache/incubator-apisix-dashboard) 的源码:
```
Expand Down