diff options
author | Erik Johnston <erik@matrix.org> | 2014-09-18 18:25:23 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-09-18 18:25:23 +0100 |
commit | beed1ba089fa4aa0aca6ac9ef9c560508197baa4 (patch) | |
tree | 51b4105de45a5dea15013b90b2692d772599e302 /webclient/README | |
parent | Remove lie from change log. (diff) | |
parent | fix SYWEB-41 (hopefully) (diff) | |
download | synapse-beed1ba089fa4aa0aca6ac9ef9c560508197baa4.tar.xz |
Merge branch 'develop' of github.com:matrix-org/synapse
Diffstat (limited to 'webclient/README')
-rw-r--r-- | webclient/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webclient/README b/webclient/README index 13224c3d07..ef79b25708 100644 --- a/webclient/README +++ b/webclient/README @@ -1,8 +1,8 @@ Basic Usage ----------- -The web client should automatically run when running the home server. Alternatively, you can run -it stand-alone: +The web client should automatically run when running the home server. +Alternatively, you can run it stand-alone: $ python -m SimpleHTTPServer |