From 9d8cdf0212173bf79072e8b08a8469f525a14464 Mon Sep 17 00:00:00 2001 From: Mitch Pirtle Date: Wed, 7 Aug 2013 15:55:02 +0200 Subject: [PATCH] Adding explanation for environments to README --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b7bc34fa9e..a7e6473efb 100644 --- a/README.md +++ b/README.md @@ -53,15 +53,15 @@ There are three environments provided by default, __development__, __test__, and * clientSecret * callbackURL - To run with a different environment, just specify NODE_ENV as you call grunt: - - $ NODE_ENV=test grunt - - If you are using node instead of grunt, it is very similar: - - $ NODE_ENV=test node server - - NOTE: Running Node.js applications in the __production__ environment enables caching, which is disabled by default in all other environments. +To run with a different environment, just specify NODE_ENV as you call grunt: + +$ NODE_ENV=test grunt + +If you are using node instead of grunt, it is very similar: + +$ NODE_ENV=test node server + +NOTE: Running Node.js applications in the __production__ environment enables caching, which is disabled by default in all other environments. ## Getting Started We pre-included an article example, check it out: