From ef4f04a79d6fe77536f90633f01bdf439905c279 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Wed, 25 May 2022 12:12:25 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f25355..429048b 100644 --- a/README.md +++ b/README.md @@ -164,9 +164,9 @@ npm run e2e ## Deployment -Set the website document root to `/dist` directory. This is also known as 'public' folder. +Set the website document root to `filegator/dist` directory. This is also known as 'public' folder. -NOTE: For security reasons `/dist` is the ONLY folder you want to be exposed through the web. Everything else should be outside of your web root, this way people can’t access any of your important files through the browser. +NOTE: For security reasons `filegator/dist` is the ONLY folder you want to be exposed through the web. Everything else should be outside of your web root, this way people can’t access any of your important files through the browser. If you run the script from the root folder, you will see the message **'Development mode'** as a security warning. ## Show your support