From dbc543f9c61316231b77c4f3333d7e95e7cae15d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Arnor=20G=C3=A5rds=C3=B8=20Lom?= Date: Wed, 4 Jan 2017 15:23:39 +0100 Subject: [PATCH] Updates Node-requirement Changes the Node.js version requirement to correspond with the requirement mentioned in `README.md`. --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index feebc3b..a4372ea 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,7 +1,7 @@ Installation ------------ -AirSonos requires [node.js](http://nodejs.org) v0.10.x installed to run. (Progress for 0.11.x support [here](https://github.com/stephen/airsonos/issues/33)) +AirSonos requires [node.js](http://nodejs.org) >= v0.10.33 installed to run. Install via [npm](https://www.npmjs.org) ```