From fef48788b0c414db2c84da0e95891cd045bad9a1 Mon Sep 17 00:00:00 2001
From: meejah <meejah@meejah.ca>
Date: Wed, 28 Oct 2015 14:41:15 -0600
Subject: [PATCH] some minor fixes for instructions

---
 docs/magic-folder-howto.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/magic-folder-howto.rst b/docs/magic-folder-howto.rst
index f5c3e7bd..4f71d755 100644
--- a/docs/magic-folder-howto.rst
+++ b/docs/magic-folder-howto.rst
@@ -149,9 +149,9 @@ running from above)::
 On Windows, a separate Command Prompt is needed to run each
 node.
 
-Open a web browser on http://127.0.0.1:3456/ and verify that
+Open a web browser on http://127.0.0.1:3457/ and verify that
 alice is connected to the introducer and one storage server.
-Then do the same for http://127.0.0.1:3567/ to verify that
+Then do the same for http://127.0.0.1:3568/ to verify that
 bob is connected. Leave all of the nodes running for the
 next stage.
 
@@ -168,7 +168,7 @@ Run::
   bin/tahoe -d ../grid/alice magic-folder create magic: alice ../local/alice
   bin/tahoe -d ../grid/alice magic-folder invite magic: bob >invitecode
   export INVITECODE=`cat invitecode`
-  bin/tahoe -d ../grid/bob magic-folder join "$INVITECODE" bob ../local/bob
+  bin/tahoe -d ../grid/bob magic-folder join "$INVITECODE" ../local/bob
 
   bin/tahoe restart ../grid/alice
   bin/tahoe restart ../grid/bob
-- 
2.45.2