From e253f9d134f2284c64525e2d35b178ac3c2070ea Mon Sep 17 00:00:00 2001 From: Arie Peterson <arie@greenhost.nl> Date: Thu, 20 May 2021 14:08:48 +0200 Subject: [PATCH] Update README to reflect location of built files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef5adcc..a2dcefd 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ You will also see any lint errors in the console. ### npm run build -Builds a static copy of your site to the `build/` folder. +Builds a static copy of your site to the `dist/` folder. Your app is ready to be deployed! ### npm test -- GitLab