From e8dcb042f8d14621ca2962bcc31e78c485aa0cc1 Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Tue, 21 Jan 2020 10:05:03 -0500 Subject: [PATCH] Typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 571ffb876..7922df074 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ Third, you will need to add the environment variable `NODE_ENV = local` to allow You can set this temporarily in your shell of choice: * Windows Powershell: `$env:NODE_ENV="local"` -* Windows CMD: `set NODE_ENV=production` -* Linux / OSX: `export NODE_ENV=production` +* Windows CMD: `set NODE_ENV=local` +* Linux / OSX: `export NODE_ENV=local` Fourth, you will need to install the program and run it using the two commands: