From d55889637758355866573e5855d7f5e671309a23 Mon Sep 17 00:00:00 2001 From: andygout Date: Tue, 13 Oct 2020 14:28:12 +0100 Subject: [PATCH] Amend README re. Node version requirement --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe95345c..2fdff8cd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This library is a command line tool that orchestrates [Heroku](https://www.herok ## Requirements -* Node 10.x +- Node version defined by `engines.node` in `package.json`. Run command `nvm use` to switch your local Node version to the one specified in `.nvmrc`. ## Installation @@ -48,7 +48,7 @@ make test ### Install from NPM ```sh -npm install --save-dev @financial-times/n-heroku-tools +npm install --save-dev @financial-times/n-heroku-tools ``` ### Usage