summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2015-08-20 15:22:26 +0100
committerMark Haines <mark.haines@matrix.org>2015-08-20 15:22:26 +0100
commit8a951540f6b47c8cc33dc41f3178295c55350c74 (patch)
treeb26c1c9bc2fad18861c4bacae8b5ec30fbc50186
parentClean up some of restructured text formatting in the README.rst (diff)
downloadsynapse-8a951540f6b47c8cc33dc41f3178295c55350c74.tar.xz
Further formatting clean ups
-rw-r--r--README.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.rst b/README.rst
index 01d8cb1a78..e63f86b607 100644
--- a/README.rst
+++ b/README.rst
@@ -174,12 +174,12 @@ traditionally used for convenience and simplicity.
 
 The advantages of Postgres include:
 
- * significant performance 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
-   pointing at the same DB master, as well as enabling DB replication in
-   synapse itself.
+* significant performance 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
+  pointing at the same DB master, as well as enabling DB replication in
+  synapse itself.
 
 The only disadvantage is that the code is relatively new as of April 2015 and
 may have a few regressions relative to SQLite.
@@ -326,7 +326,7 @@ If running `$ synctl start` fails with 'returned non-zero exit status 1',
 you will need to explicitly call Python2.7 - either running as::
 
     python2.7 -m synapse.app.homeserver --daemonize -c homeserver.yaml
-    
+
 ...or by editing synctl with the correct python executable.
 
 Synapse Development