diff options
author | Matthew Hodgson <matthew@matrix.org> | 2015-04-08 10:55:04 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2015-04-08 10:55:12 +0100 |
commit | 7f911ef4e317c16caf1b8a7af726c183833ac11d (patch) | |
tree | 5be01baf6ced727da5cee426f684f1c524238413 /README.rst | |
parent | Fix --enable-registration flag to work if you don't give a value (diff) | |
download | synapse-7f911ef4e317c16caf1b8a7af726c183833ac11d.tar.xz |
typo
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst index f1f9b0a03a..14ef6c5acf 100644 --- a/README.rst +++ b/README.rst @@ -349,7 +349,7 @@ and port where the server is running. (At the current time synapse does not support clustering multiple servers into a single logical homeserver). The DNS record would then look something like:: - $ dig -t srv _matrix._tcp.machine.my.domaine.name + $ dig -t srv _matrix._tcp.machine.my.domain.name _matrix._tcp IN SRV 10 0 8448 machine.my.domain.name. |