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

[incubator-apisix] branch master updated: doc: changed wording for clarity in README.md (#795)

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

membphis 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 5ac22b5  doc: changed wording for clarity in README.md (#795)
5ac22b5 is described below

commit 5ac22b59c5e6d3aba702c90ec38cbecb5d5c3160
Author: BradyBromley <51...@users.noreply.github.com>
AuthorDate: Sun Nov 3 18:21:33 2019 -0800

    doc: changed wording for clarity in README.md (#795)
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index eacc881..1d5b30e 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ If you are building a website, mobile device or IoT (Internet of Things) applica
 
 APISIX is a cloud-based microservices API gateway that handles traditional north-south traffic and handles east-west traffic between services.
 
-APISIX provides dynamic load balancing, authentication, rate limiting, and other plugins through plugin mechanisms, and supports plugins you develop yourself.
+APISIX provides dynamic load balancing, authentication, rate limiting, other plugins through plugin mechanisms, and supports plugins you develop yourself.
 
 For more detailed information, see the [White Paper](https://www.iresty.com/download/Choosing%20the%20Right%20Microservice%20API%20Gateway%20for%20the%20Enterprise%20User.pdf).
 
@@ -102,9 +102,9 @@ APISIX Installed and tested in the following systems(OpenResty MUST >= 1.15.8.1,
 - macOS
 - **ARM64** Ubuntu 18.04
 
-You now have four ways to install APISIX:
+There are four ways to install APISIX:
 - if you are using CentOS 7, it is recommended to use [RPM](#install-from-rpm-for-centos-7);
-- if using macOS, only support git clone and install by manual, please take a look at [dev manual](doc/dev-manual.md);
+- if you are using macOS, only git clone and install by manual are supported. Please take a look at [dev manual](doc/dev-manual.md);
 - other systems please use [Luarocks](#install-from-luarocks-not-support-macos);
 - You can also install from [Docker image](https://github.com/iresty/docker-apisix).