From e7ac8beda0a9e3ecf9e906de7f4d054523b07aaf Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Sun, 23 Jun 2019 13:48:05 -0400 Subject: [PATCH] Update README.md --- site/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/README.md b/site/README.md index e364c52031..259e956003 100644 --- a/site/README.md +++ b/site/README.md @@ -35,7 +35,7 @@ In order for the REPL's GitHub integration to work properly when running locally GITHUB_CLIENT_SECRET=[your app's Client Secret] BASEURL=http://localhost:3000 ``` -## Building the Site +## Building the site To build the website, run `npm run sapper`. The output can be found in `__sapper__/build`.