From b25fe9df52b03e7f669c75b3b5e152ac4b44c61d Mon Sep 17 00:00:00 2001 From: David Snyder <45735850+GypsyDangerous@users.noreply.github.com> Date: Mon, 29 Jun 2020 00:24:28 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1261880..111577c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ npm install ``` npm install -g yarn ``` -4. Create a .env and add enviromnent variables from `.env.sample`. unless you are using a development version of the backend, the socket url should be set to `https://api.distwitchchat.com/` +4. Create a .env and add enviromnent variables from `.env.sample`. unless you are using a development version of the backend, the socket url should be set to `https://api.disstreamchat.com/` 5. Navigate into project root and install dependencies. ``` cd && npm install