From d9434f29c01759c5adc5ced243ef48350c49b76d Mon Sep 17 00:00:00 2001 From: Bert Verhelst Date: Sun, 18 Mar 2018 14:49:06 +0100 Subject: [PATCH] Add minimum node version to readme https://github.com/o1lab/xmysql/issues/5#issuecomment-341099409 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9072e0842a..39391ccc83 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ Hence this. # Setup and Usage +xmysql requires node >= 7.6.0 + ``` npm install -g xmysql ```