From 3ee8e39aceeddd11e96e2c3a7d6ece2073668964 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Fri, 26 Jun 2015 10:53:46 -0600 Subject: [PATCH] fixed list --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8be7df6a..92571601 100644 --- a/index.html +++ b/index.html @@ -37,8 +37,8 @@ Spring Cloud Consul provides [Consul](http://consul.io) integrations for Spring Spring Cloud Consul features: * Service Discovery: instances can be registered with the Consul agent and clients can discover the instances using Spring-managed beans -** Supports Ribbon, the client side load-balancer via Spring Cloud Netflix -** Supports Zuul, a dynamic router and filter via Spring Cloud Netflix + * Supports Ribbon, the client side load-balancer via Spring Cloud Netflix + * Supports Zuul, a dynamic router and filter via Spring Cloud Netflix * Distributed Configuration: using the Consul Key/Value store * Control Bus: Distributed control events using Consul Events