From 57b0b6a9b154af9025842f9e217876bea015565c Mon Sep 17 00:00:00 2001
From: Brendan Creane <bcreane@users.noreply.github.com>
Date: Mon, 17 Feb 2020 01:47:28 -0800
Subject: [PATCH] update Calico CNI description (#5523)

---
 README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c70326a44..a19c60b14 100644
--- a/README.md
+++ b/README.md
@@ -163,7 +163,10 @@ You can choose between 10 network plugins. (default: `calico`, except Vagrant us
 
 - [flannel](docs/flannel.md): gre/vxlan (layer 2) networking.
 
-- [calico](docs/calico.md): bgp (layer 3) networking.
+- [Calico](https://docs.projectcalico.org/latest/introduction/) is a networking and network policy provider. Calico supports a flexible set of networking options
+    designed to give you the most efficient networking across a range of situations, including non-overlay
+    and overlay networks, with or without BGP. Calico uses the same engine to enforce network policy for hosts,
+    pods, and (if using Istio and Envoy) applications at the service mesh layer.
 
 - [canal](https://github.com/projectcalico/canal): a composition of calico and flannel plugins.
 
-- 
GitLab