website: address comments

This commit is contained in:
Ryan Uber 2016-01-05 09:48:04 -08:00
parent 2bcaa8ac38
commit a352d15189
2 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,7 @@ easily. It is **not** intended to be used in production as it does not persist
any state.
```text
$ consul agent -dev
==> Starting Consul agent...
==> Starting Consul agent RPC...
==> Consul agent running!

View File

@ -4,7 +4,7 @@ page_title: "Consul Cluster"
sidebar_current: "gettingstarted-join"
description: >
When a Consul agent is started, it begins as an isolated cluster of its own.
To learn about other cluster members, the agent just join one or more other
To learn about other cluster members, the agent must join one or more other
nodes using a provided join address. In this step, we will set up a two-node
cluster and join the nodes together.
---