From 5b6aadb4e3691232c09f0d830e1c6572db15135b Mon Sep 17 00:00:00 2001 From: Eldon Date: Wed, 29 Jan 2020 16:44:27 +0000 Subject: [PATCH] Remove superfluous conjunction (#2130) --- docs/install/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/README.md b/docs/install/README.md index 36d6414aa..c019de188 100644 --- a/docs/install/README.md +++ b/docs/install/README.md @@ -24,7 +24,7 @@ Knative Services. Currently, four options exist which provide this functionality: [Ambassador](https://www.getambassador.io/), an Envoy-based API Gateway, -[Contour](https://projectcontour.io/), an Envoy-based ingress, and +[Contour](https://projectcontour.io/), an Envoy-based ingress, [Gloo](https://docs.solo.io/gloo/latest/), an Envoy-based API Gateway, and [Istio](https://istio.io/), an Envoy-based Service Mesh.