You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by we...@apache.org on 2020/02/11 04:29:12 UTC

[incubator-apisix] branch master updated: Update README.md (#1118)

This is an automated email from the ASF dual-hosted git repository.

wenming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 759531b  Update README.md (#1118)
759531b is described below

commit 759531b8b8dcbbb85cf81627ee23f4d1692d4fcd
Author: 琚致远 <ju...@apache.org>
AuthorDate: Tue Feb 11 12:29:02 2020 +0800

    Update README.md (#1118)
---
 README.md    | 2 +-
 README_CN.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 364bd10..85a5096 100644
--- a/README.md
+++ b/README.md
@@ -140,7 +140,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.x or higher, or there will occur build issues.
+1. Please make sure your machine has Node 8.12.0 or higher, or there will occur build issues.
 
 2. Download the source codes of [Dashboard](https://github.com/apache/incubator-apisix-dashboard):
 ```
diff --git a/README_CN.md b/README_CN.md
index 19e3aca..b76a5b9 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -140,7 +140,7 @@ sudo apisix start
 
 APISIX 内置了对 Dashboard 的支持,使用步骤如下:
 
-1. 确保你的运行环境中的 Node 版本高于或等于 8.x。
+1. 确保你的运行环境中的 Node 版本 >= 8.12.0。
 
 2. 下载 [Dashboard](https://github.com/apache/incubator-apisix-dashboard) 的源码:
 ```