From 8687a513de60b3229d85f49cb082868b4de249a3 Mon Sep 17 00:00:00 2001 From: Al McKinlay Date: Mon, 13 May 2019 08:52:14 +0100 Subject: [PATCH] Remove incorrect lowest node version from readme We are only supporting 8 and up. Think this has been around for a long time, apparently. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f563dddc..0d95edbf 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ The Lounge is the official and community-managed fork of [Shout](https://github. ## Installation and usage -The Lounge requires [Node.js](https://nodejs.org/) v6 or more recent. +The Lounge requires [Node.js](https://nodejs.org/) v8 or more recent. [Yarn package manager](https://yarnpkg.com/) is also recommended. If you want to install with npm, `--unsafe-perm` is required for a correct install.