From 953411f777da109be514644b2a784d6fa5eb36eb Mon Sep 17 00:00:00 2001 From: Vahid Panjganj Date: Fri, 30 Jun 2017 14:11:27 +0100 Subject: [PATCH] rephrasing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fa8eae..a12ee0b 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ There are a set of rules to keep in mind: * It’s recommended to validate environment variables before your app starts , [look at this sample](./configWithTest.sample.js) using `joi` to validate provided values: ### 3.1 Consistent dev environments: -* Use `engines` in `package.json` to specify the version of node that your stuff works on. +* Set `engines` in `package.json` to specify the version of node your project works on. * Additionally, Use `nvm` and create a `.nvmrc` in your project root. Don't forget to mention in documentation * You can also use a `preinstall` script that checks node and npm versions * Or if it doesn't make things complicated use a docker images