From 7304c7b0a0e158414869129b4b87499c83b098e2 Mon Sep 17 00:00:00 2001
From: Aaron Raimist <aaron@raim.ist>
Date: Fri, 24 Feb 2017 13:08:45 -0600
Subject: [PATCH] Documentation fix for 404 error due to extra /

This should fix #2, untested since I'm on my phone.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6bd0caf..4e23e9d 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 build`` to build the typescript.
 * Copy ``config/config.sample.yaml`` to ``config.yaml`` and edit it to reflect your setup.
-* Run ``node build/discordas.js -r -u "http://localhost:9005/" -c config.yaml``
+* Run ``node build/discordas.js -r -u "http://localhost:9005" -c config.yaml``
 * Modify your HSs appservices config so that it includes the generated file.
 
 ### Setting up Discord
-- 
GitLab