From be4ad500024ff3d35e555b9c406830382057a6af Mon Sep 17 00:00:00 2001
From: LRubin <lrubin@docker.com>
Date: Wed, 18 Jan 2017 10:21:46 -0800
Subject: [PATCH] improve readability of note

Signed-off-by: LRubin <lrubin@docker.com>
---
 docker-cloud/apps/deploy-to-cloud-btn.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/docker-cloud/apps/deploy-to-cloud-btn.md b/docker-cloud/apps/deploy-to-cloud-btn.md
index dc8104bd0b..1f9bd14102 100644
--- a/docker-cloud/apps/deploy-to-cloud-btn.md
+++ b/docker-cloud/apps/deploy-to-cloud-btn.md
@@ -7,7 +7,12 @@ redirect_from:
 title: Add a "Deploy to Docker Cloud" button
 ---
 
-The **Deploy to Docker Cloud** button allows developers to deploy stacks with one click in Docker Cloud. The button is intended to be added to `README.md` files in public GitHub repositories, although it can be used anywhere else.
+The **Deploy to Docker Cloud** button allows developers to deploy stacks with
+one click in Docker Cloud as long as they are logged in. The button is intended
+to be added to `README.md` files in public GitHub repositories, although it can
+be used anywhere else.
+
+> **Note**: You must be _logged in_ to Docker Cloud for the button to work correctly. If you are not logged in, you'll see a 404 error instead.
 
 This is an example button to deploy our <a href="https://github.com/docker/dockercloud-quickstart-python" target="_blank">python quickstart</a>:
 
@@ -21,7 +26,7 @@ The button redirects the user to the **Launch new Stack** wizard, with the stack
 
 The user can still modify the stack definition before deployment.
 
-> **Note**: You must be logged in to Docker Cloud for the **Deploy to Docker Cloud** button deployment to work correctly. If you are not logged in, you'll see a 404 error instead. 
+
 
 ## Adding the 'Deploy to Docker Cloud' button in GitHub