diff options
author | Patrick Cloke <patrickc@matrix.org> | 2021-01-20 11:32:06 -0500 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2021-01-20 11:32:06 -0500 |
commit | 818bf313bc63c01b57f098d9eedaead8b5af0166 (patch) | |
tree | 51162418d1e667fef14437353d654ae0a61abc34 | |
parent | Merge tag 'v1.26.0rc1' into develop (diff) | |
parent | Fix reStructuredText formatting. (diff) | |
download | synapse-818bf313bc63c01b57f098d9eedaead8b5af0166.tar.xz |
Merge branch 'release-v1.26.0' into develop
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst index af914d71a8..d872b11f57 100644 --- a/README.rst +++ b/README.rst @@ -286,7 +286,7 @@ We recommend using the demo which starts 3 federated instances running on ports (to stop, you can use `./demo/stop.sh`) -If you just want to start a single instance of the app and run it directly: +If you just want to start a single instance of the app and run it directly:: # Create the homeserver.yaml config once python -m synapse.app.homeserver \ |