From 6a3094f0097ed2799f59383eed321af3a0654114 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Thu, 18 Oct 2018 14:32:55 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d56290fb3..0a2761300 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ ## Build Setup -# NOTE: currently we need the --ignore-engines parameter as one package is an idiot and dont like new node versions ### Install ``` bash +# NOTE: currently we need the --ignore-engines parameter as one package is an idiot and dont like new node versions # install all dependencies $ yarn install --ignore-engines ```