diff --git a/README.md b/README.md index 5e38562..2fb8ab8 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ to `/dist/css/{filename}.css`. Import statements will be resolved as part of the ## Environment variables -To seperate the development and production *- aka build -* stages, all gulp tasks run with a node environment variable named either `development` or `production`. +To separate the development and production *- aka build -* stages, all gulp tasks run with a node environment variable named either `development` or `production`. You can access the environment variable inside the theme files with `getenv "NODE_ENV"`. See the following example for a conditional statement: