From 36d8a57df41e554e16d3c303a2b880d78aee4406 Mon Sep 17 00:00:00 2001 From: Will Hunt <half-shot@molrams.com> Date: Thu, 16 Mar 2017 15:53:05 +0000 Subject: [PATCH] Remove / from url path in bridge instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32dc383..2898714 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Please also be aware that this is an unoffical project worked on in my (Half-Sho * Run ``npm install`` to grab the dependencies. * Run ``npm run-script build`` to build the typescript. * Copy ``config/config.sample.yaml`` to ``config.yaml`` and edit it to reflect your setup. -* Run ``node build/src/discordas.js -r -u "http://localhost:9005/" -c config.yaml`` +* Run ``node build/src/discordas.js -r -u "http://localhost:9005" -c config.yaml`` * Modify your HSs appservices config so that it includes the generated file. #### 3PID Protocol Support -- GitLab