From 38217bfa3a20c7da9bb648771253e62f126aaf9e Mon Sep 17 00:00:00 2001
From: Richard Soderberg <rsoderberg@gmail.com>
Date: Mon, 2 Apr 2012 01:50:30 -0700
Subject: [PATCH] reword for clarity, fix one "browser id" to "browserid"

---
 docs/DEPLOYMENT.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/DEPLOYMENT.md b/docs/DEPLOYMENT.md
index 74282a161..a68f835ed 100644
--- a/docs/DEPLOYMENT.md
+++ b/docs/DEPLOYMENT.md
@@ -168,8 +168,8 @@ fi
 ### 6. Get node servers running
 
 At this point, pushing code to gitolite will cause /home/browserid/code to be updated.  Now
-we need to get the servers running!  Manually we can verify that the servers will run.
-For the browser id server:
+we need to get the servers running!  First, verify that the servers will run manually.
+For the browserid server:
 
     cd /home/browserid/code/browserid && sudo -u www-data ./run.js
 
-- 
GitLab