Skip to content

Commit 1b478dc

Browse files
authored
Update README.rst
1 parent 0533361 commit 1b478dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,15 +293,15 @@ If you just want to start a single instance of the app and run it directly::
293293

294294
# Add Velas Account Auth Provider
295295
Append homeserver.yaml with the following:
296-
<code>
296+
`
297297
password_providers:
298298
- module: "synapse.handlers.vaccount_auth.VaccountAuthProvider"
299299
config:
300300
REDIS_HOSTNAME: "redis"
301301
REDIS_PASS: "development"
302302
REDIS_REPLICATION_MODE: "master"
303303
REDIS_PORT: 6379
304-
</code>
304+
`
305305
# Start the app
306306
python -m synapse.app.homeserver --config-path homeserver.yaml
307307

0 commit comments

Comments
 (0)