summary refs log tree commit diff
path: root/webclient/README
diff options
context:
space:
mode:
Diffstat (limited to 'webclient/README')
-rw-r--r--webclient/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/webclient/README b/webclient/README
index 0f893b1712..ef79b25708 100644
--- a/webclient/README
+++ b/webclient/README
@@ -1,12 +1,13 @@
 Basic Usage
 -----------
 
-The Synapse web client needs to be hosted by a basic HTTP server.
-
-You can use the Python simple HTTP server::
+The web client should automatically run when running the home server. 
+Alternatively, you can run it stand-alone:
 
     $ python -m SimpleHTTPServer
 
 Then, open this URL in a WEB browser::
 
     http://127.0.0.1:8000/
+
+