diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-03-04 15:59:43 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-03-04 15:59:43 +0000 |
commit | d3f270f06a53bfed4810386e3456f627474b4f12 (patch) | |
tree | 9bc1872405996306da0562ef731ee3b9a9e3d5b8 /README.rst | |
parent | Fix v4v6 option in HAProxy example config (#4790) (diff) | |
download | synapse-d3f270f06a53bfed4810386e3456f627474b4f12.tar.xz |
Remove reference to that no longer exists in README
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst index 8e22109973..c04fb4d19a 100644 --- a/README.rst +++ b/README.rst @@ -117,9 +117,9 @@ recommended to also set up CAPTCHA - see `<docs/CAPTCHA_SETUP.rst>`_.) Once ``enable_registration`` is set to ``true``, it is possible to register a user via `riot.im <https://riot.im/app/#/register>`_ or other Matrix clients. -Your new user name will be formed partly from the ``server_name`` (see -`Configuring synapse`_), and partly from a localpart you specify when you -create the account. Your name will take the form of:: +Your new user name will be formed partly from the ``server_name``, and partly +from a localpart you specify when you create the account. Your name will take +the form of:: @localpart:my.domain.name |