From 05a6b6afef476ffe123f9dd21e6d7e25bdc4b5db Mon Sep 17 00:00:00 2001 From: Shelane French Date: Sat, 23 Jun 2018 05:44:22 -0700 Subject: [PATCH] fixes typo in command name (#4) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f51ea78..e2c0e1c 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,4 @@ To just (re)start the project stack and development server - use `fin develop` i - `fin init` - (re)initialize the project (start fresh, drops `node_modules` and and run `npm install`) - `fin develop` - starts Gatsby server again (if the server or project stack was stopped). Does NOT do a reset -- `fin buld-site` - Generates production GatsbyJS site build in `./public` +- `fin build-site` - Generates production GatsbyJS site build in `./public`