From 936bdc2eae1e5af34a52e1617b2e01241d937fe3 Mon Sep 17 00:00:00 2001 From: maumasi Date: Sun, 16 Oct 2016 19:07:44 -0400 Subject: [PATCH] editing README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ebc036..e9490cc 100644 --- a/README.md +++ b/README.md @@ -499,6 +499,9 @@ For the production server a different clearDB instance should be used as an add-
**Important:** -An extra environment variable should be added to the list for the prodution server, NODE_ENV=production. +An extra environment variable should be added to the list for the prodution server: +``` +NODE_ENV=production +``` After the staging server 'promotes' code over to the production server it should also be checked to make sure everything is working. Remember, this server is live and can be found by the public so it should be exactly the way you intended it to be.