From 7f466261d11af170024defbbb1700db3ab8bf683 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Sun, 24 Feb 2019 22:09:59 +0100 Subject: [PATCH] README: add missing matrix room ID in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08687ae..ed97c8a 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,6 @@ docker-compose up -d ## Test / Usage ``` -curl -d '{"text":"new contrib from toto: http://radio.localhost/map/#44", "key": "secret"}' matrixwebhook.localhost +curl -d '{"text":"new contrib from toto: http://radio.localhost/map/#44", "key": "secret"}' matrixwebhook.localhost/!FwpsPdeIYWcXDVpRmO:matrix.org ``` (or matrixwebhook.localhost:4785 without docker)