From a7fabda7f96f9a87fa511465944fc62fece851f7 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Fri, 8 Oct 2021 10:42:07 +0200 Subject: [PATCH] [mirotalksfu] - fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c70337..777c7a9 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ $ npm start - Install https://docs.docker.com/compose/install/ ```bash -# Copy src/config.template.js in src/config.js and edit it if needed +# 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 # Copy docker-compose.template.yml in docker-compose.yml and edit it if needed $ cp docker-compose.template.yml docker-compose.yml