From d32cd1c1185d659d1a4d443b74810be8909f8e13 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Fri, 15 Oct 2021 06:37:16 -0400 Subject: [PATCH] update readme to reflect new build location --- site/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/README.md b/site/README.md index 502cc42e17..4c1d462a90 100644 --- a/site/README.md +++ b/site/README.md @@ -51,7 +51,7 @@ In order for the REPL's GitHub integration to work properly when running locally ## Building the site -To build the website, run `npm run build`. The output can be found in `__sapper__/build`. +To build the website, run `npm run build`. The output can be found in `build`. ## Testing