diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 392fec6fe1..d6f1b4cb90 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -28,7 +28,10 @@
Consul makes it simple for services to register themselves, and to discover other services via a DNS or HTTP interface.
++ Consul makes it simple for services to register themselves + and to discover other services via a DNS or HTTP interface. + Register external services such as SaaS providers, as well.
Consul scales to multiple datacenters out of the box, with no complicated configuration.
+Consul scales to multiple datacenters out of the box, with no complicated configuration. Look up services in other datacenters, or keep the request local.
Store hierarchical key/value configuration data for services and get notified when any of these values change.
+Flexible key/value store for dynamic configuration, feature flagging, coordination, leader election and more. Long poll for near-instant notification of configuration changes.
- Look up services using Consul's built-in DNS server. This - avoids the need for a Consul-specific client in any of your - services. + Look up services using Consul's built-in DNS server. Support + existing infrastructure without any code change.