From a352d15189ac6d2dc085a239920d84d70d28b5be Mon Sep 17 00:00:00 2001 From: Ryan Uber Date: Tue, 5 Jan 2016 09:48:04 -0800 Subject: [PATCH] website: address comments --- website/source/intro/getting-started/agent.html.markdown | 1 + website/source/intro/getting-started/join.html.markdown | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/agent.html.markdown b/website/source/intro/getting-started/agent.html.markdown index 3e3b5697d1..920e0f6892 100644 --- a/website/source/intro/getting-started/agent.html.markdown +++ b/website/source/intro/getting-started/agent.html.markdown @@ -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! diff --git a/website/source/intro/getting-started/join.html.markdown b/website/source/intro/getting-started/join.html.markdown index 79e0b62a2e..d7a68d1cae 100644 --- a/website/source/intro/getting-started/join.html.markdown +++ b/website/source/intro/getting-started/join.html.markdown @@ -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. ---