From a0af577777ee1a75b1469e162cc3f33bf9825e1c Mon Sep 17 00:00:00 2001
From: Daira Hopwood <daira@jacaranda.org>
Date: Wed, 28 Oct 2015 17:00:57 +0000
Subject: [PATCH] Windows path fix.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
---
 docs/magic-folder-howto.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/magic-folder-howto.rst b/docs/magic-folder-howto.rst
index d1162a76..f5c3e7bd 100644
--- a/docs/magic-folder-howto.rst
+++ b/docs/magic-folder-howto.rst
@@ -187,8 +187,8 @@ Run::
 Then close the Command Prompt windows that are running the alice and bob
 nodes, and open two new ones in which to run::
 
-  bin/tahoe start ..\grid\alice
-  bin/tahoe start ..\grid\bob
+  bin\tahoe start ..\grid\alice
+  bin\tahoe start ..\grid\bob
 
 
 Testing
-- 
2.45.2