From 95a78f46aba45887e54b030f3fef68d2c0e3d55c Mon Sep 17 00:00:00 2001 From: Barath Arivazhagan Date: Tue, 14 Nov 2017 20:19:01 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e84bb3b..ca1c7c4 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ sidecar: ## Why Zuul as well as side car ? -yes, thats right. `@EnableSideCar` includes `@EnableZuulProxy`sidecar.png so side car can act as zuul proxy itself. +yes, thats right. `@EnableSideCar` includes `@EnableZuulProxy`,so side car can act as zuul proxy itself. In order to provide separate proxy for side car(non jvm) based applications, this repo contains two proxies zuul-proxy : provides proxy to jvm based applications.