summary refs log tree commit diff
path: root/README.rst
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-04-30 17:08:07 +0100
committerMark Haines <mark.haines@matrix.org>2015-04-30 17:08:07 +0100
commit069296dbb0aeb2f2d4a2bc195510f4eaca144e68 (patch)
treeea42a0fcb32fe291e72b224f78dabb3a2ee925ac /README.rst
parentMerge branch 'develop' into markjh/config_cleanup (diff)
downloadsynapse-069296dbb0aeb2f2d4a2bc195510f4eaca144e68.tar.xz
Can't specify bind-port on the cmdline anymore
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index b7a21558c9..aad74585a4 100644
--- a/README.rst
+++ b/README.rst
@@ -170,7 +170,7 @@ traditionally used for convenience and simplicity.
 
 The advantages of Postgres include:
 
- * significant performance improvements due to the superior threading and
+ * significant performannce improvements due to the superior threading and
    caching model, smarter query optimiser
  * allowing the DB to be run on separate hardware
  * allowing basic active/backup high-availability with a "hot spare" synapse
@@ -409,7 +409,6 @@ SRV record, as that is the name other machines will expect it to have::
 
     $ python -m synapse.app.homeserver \
         --server-name YOURDOMAIN \
-        --bind-port 8448 \
         --config-path homeserver.yaml \
         --generate-config
     $ python -m synapse.app.homeserver --config-path homeserver.yaml