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

[apisix-dashboard] branch master updated: feat: update README (#439)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f9db078  feat: update README (#439)
f9db078 is described below

commit f9db0783887c3bf894c07abc817293dd4be002c3
Author: 琚致远 <ju...@apache.org>
AuthorDate: Fri Sep 4 10:03:33 2020 +0800

    feat: update README (#439)
    
    * feat: test node.js 8.x
    
    * Update README.md
    
    * Update README.zh-CN.md
    
    * Update multiple-node-build.yml
---
 README.md       | 2 +-
 README.zh-CN.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 82eadd0..3790dba 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ $ sh ./api/run/run.sh &
 
 This project is initialized with [Ant Design Pro](https://pro.ant.design). The following are some quick guides for how to use.
 
-1. Make sure you have `Node.js(version 8.10.0+)/Nginx` installed on your machine.
+1. Make sure you have `Node.js(version 10.0.0+)/Nginx` installed on your machine.
 2. Install [yarn](https://yarnpkg.com/).
 3. Install dependencies:
 
diff --git a/README.zh-CN.md b/README.zh-CN.md
index 755fccb..fc28431 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -81,7 +81,7 @@ $ sh ./api/run/run.sh &
 
 该项目使用 [Ant Design Pro](https://pro.ant.design) 初始化。以下是一些使用方法的快速指南。
 
-1. 确保你的设备已经安装了 `Node.js(version 8.10.0+)/Nginx`。
+1. 确保你的设备已经安装了 `Node.js(version 10.0.0+)/Nginx`。
 
 2. 安装 [yarn](https://yarnpkg.com/)。