From b33fad073cd0907f7ff06cf5f527f1089e69aecf Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Fri, 8 Oct 2021 07:43:53 +0200 Subject: [PATCH] [mirotalksfu] - fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74e9e5af..cec86353 100644 --- a/README.md +++ b/README.md @@ -61,8 +61,8 @@ If you want to deploy an `MiroTalk SFU` instance on `your own dedicated droplet` $ git clone https://github.com/miroslavpejic85/mirotalksfu.git # Go to to dir mirotalksfu $ cd mirotalksfu -# Copy src/config.template.js in src/config.js and edit it if needed -$ cp src/config.template.js src/config.js +# Copy app/src/config.template.js in app/src/config.js and edit it if needed +$ cp app/src/config.template.js app/src/config.js # Install dependencies $ npm install # Start the server