diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 44187b7d28..1a7a83483a 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -31,7 +31,7 @@

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.

+ Register external services such as SaaS providers as well.

@@ -42,7 +42,7 @@

Failure Detection

-

Pairing service discovery with health checking prevents routing requests to unhealthy hosts, and enables services to easily provide circuit breakers.

+

Pairing service discovery with health checking prevents routing requests to unhealthy hosts and enables services to easily provide circuit breakers.

@@ -56,7 +56,7 @@

Multi Datacenter

-

Consul scales to multiple datacenters out of the box, with no complicated configuration. Look up services in other datacenters, or keep the request local.

+

Consul scales to multiple datacenters out of the box with no complicated configuration. Look up services in other datacenters, or keep the request local.

@@ -125,10 +125,8 @@

Key Value Storage

- Consul provides a flexible, hierarchical key/value store accessible - via a simple HTTP API. This data is replicated across multiple - servers and is highly available. Other HTTP APIs let you long poll - for changes to a key. + Consul provides a hierarchical key/value store with a simple HTTP API. + Managing configuration has never been simpler.