From c62fb0d671c7cc33597666db4d7ecf30d0d292a7 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss <erdnaxe@crans.org> Date: Mon, 25 Mar 2019 07:29:50 +0100 Subject: [PATCH] Update docs/howto.md with single backticks --- docs/howto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto.md b/docs/howto.md index 5c59971..cbdee79 100644 --- a/docs/howto.md +++ b/docs/howto.md @@ -18,7 +18,7 @@ is formatted as https://discordapp.com/channels/``guildid``/``channelid`` * ``npm run adminme -- -r '!AbcdefghijklmnopqR:example.com' -u '@Alice:example.com' -p '100'`` * Run ``npm run adminme -- -h`` for usage. -Please note that ``'!AbcdefghijklmnopqR:example.com'`` is the internal room id and will always begin with ``!``. +Please note that `!AbcdefghijklmnopqR:example.com` is the internal room id and will always begin with `!`. You can find this internal id in the room settings in Riot. ### Migrate to postgres from sqlite -- GitLab