summary refs log tree commit diff
path: root/docker
diff options
context:
space:
mode:
authorMichael Kaye <1917473+michaelkaye@users.noreply.github.com>2018-06-08 13:37:39 +0100
committerMichael Kaye <1917473+michaelkaye@users.noreply.github.com>2018-08-02 18:21:34 +0100
commit1758f4e1c793cd5f219469c9d5c340eea071b6c8 (patch)
tree57f6365251d46b394166f0602b69d1718e9f6cf1 /docker
parentDo not include docker files in python build (diff)
downloadsynapse-1758f4e1c793cd5f219469c9d5c340eea071b6c8.tar.xz
Address SPAG issues
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docker/README.md b/docker/README.md
index f60ea49234..8303a7fecd 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -12,9 +12,11 @@ within your control.
 ### Using docker-compose (easier)
 
 This image is designed to run either with an automatically generated configuration
-file or with a custom configuration that requires manual edition.
+file or with a custom configuration that requires manual editing.
 
-An easy way to make use of this image is via docker-compose, see the (https://github.com/matrix-org/synapse/tree/develop/contrib/docker)[contrib] section of the synapse project for examples.
+An easy way to make use of this image is via docker-compose. See the
+(https://github.com/matrix-org/synapse/tree/develop/contrib/docker)[contrib]
+section of the synapse project for examples.
 
 ### Without Compose (harder)