Fix Configuration instructions in readme
The default matrix server is named matrix_org instead of matrix.org
This commit is contained in:
parent
01a23e8221
commit
2ab1885b5f
1 changed files with 3 additions and 3 deletions
|
@ -56,12 +56,12 @@ Configuration is completed primarily through the Weechat interface. First start
|
|||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue