Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit 75c720a

Browse files
committed
Adding explanation for environments to README
1 parent 9d8cdf0 commit 75c720a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ There are three environments provided by default, __development__, __test__, and
5555

5656
To run with a different environment, just specify NODE_ENV as you call grunt:
5757

58-
$ NODE_ENV=test grunt
58+
$ NODE_ENV=test grunt
5959

6060
If you are using node instead of grunt, it is very similar:
6161

62-
$ NODE_ENV=test node server
62+
$ NODE_ENV=test node server
6363

6464
NOTE: Running Node.js applications in the __production__ environment enables caching, which is disabled by default in all other environments.
6565

0 commit comments

Comments
 (0)