From 4957e9c89c4ba2ec5b807f8e6c396254a8613594 Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Wed, 23 Jan 2019 22:02:19 +0100 Subject: [PATCH] Fix Markdown for command segments in README --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e6d155f..0915f2e 100644 --- a/README.md +++ b/README.md @@ -39,35 +39,35 @@ Configuration is completed primarily through the Weechat interface. First start 1. Start by loading the Weechat-Matrix plugin: - /script load matrix.py test + /script load matrix.py test 1. Now set your username and password: - /set matrix.server.matrix.org.username johndoe - /set matrix.server.matrix.org.password jd_is_awesome + /set matrix.server.matrix.org.username johndoe + /set matrix.server.matrix.org.password jd_is_awesome 1. Now try to connect: - /matrix connect matrix.org + /matrix connect matrix.org 1. If everything works, save the configuration - /save + /save ## For using a custom (not matrix.org) matrix server: 1. Add your custom server to the plugin: - /matrix server add myserver myserver.org + /matrix server add myserver myserver.org 1. Add the appropriate credentials - /set matrix.server.myserver.username johndoe - /set matrix.server.myserver.password jd_is_awesome + /set matrix.server.myserver.username johndoe + /set matrix.server.myserver.password jd_is_awesome 1. If everything works, save the configuration - /save + /save # Helpful Commands