From 31f4db460a1565657cf8c78ac0cf00a5514d0872 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Thu, 18 Oct 2018 14:32:45 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c11d02c70..b75488607 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,9 @@ Install dependencies: ```bash -# NOTE: currently we need the --ignore-engines parameter as one package is an idiot and dont like new node versions -yarn install --ignore-engines +yarn install # -or- -npm install --ignore-engines +npm install ``` Start the GraphQL service: