From 0857a95a7e7a9d5e39a8f8669c04bf6d30553c36 Mon Sep 17 00:00:00 2001 From: Jack Walker Date: Mon, 1 Jun 2020 20:40:06 +1000 Subject: [PATCH] Updated README to align with jsdoc version bump compatibility requirements. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 687dc3136..1dfee3374 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Requirements * Operating System: Mac OSX 10.5.0 or higher / modern Linux. Note: Windows is not supported. * [Ruby](http://ruby-lang.org): 2.5 or newer * [SQLite](http://sqlite.org): 3.x -* [Node.js](https://nodejs.org): 6 or newer +* [Node.js](https://nodejs.org): 10 or newer * The gems listed in the Gemfile: https://github.com/beefproject/beef/blob/master/Gemfile * Selenium is required on OSX: `brew install selenium-server-standalone` (See https://github.com/shvets/selenium)