From e1ee583b3ae6dba96217a619dbc9634ab01352ab Mon Sep 17 00:00:00 2001 From: TheCodeAssassin Date: Fri, 16 Jun 2017 16:42:02 +0200 Subject: [PATCH] Update README.md Small typo fix --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index ea8d8c0ac..a27e2fadf 100644 --- a/examples/README.md +++ b/examples/README.md @@ -47,7 +47,7 @@ Multi-cluster | bridge Kubernetes clusters with Ingress | gce | Advanced Name | Description | Platform | Complexity Level -----| ----------- | ---------- | ---------------- Session stickyness | route requests consistently to the same endpoint | nginx | Advanced -Least connections | route requests based on least connections | on-perm | Advanced +Least connections | route requests based on least connections | on-prem | Advanced Weights | route requrests to backends based on weights | nginx | Advanced ## Routing