diff --git a/README.md b/README.md
index abdfc2c1c43e7b88c6dc2e775c958e934fbabda4..bbce4c2d9725992c2c42ca9d9f583315b39a4560 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ The core of reveal.js is very easy to install. You'll simply need to download a
 
 Some reveal.js features, like external Markdown and speaker notes, require that presentations run from a local web server. The following instructions will set up such a server as well as all of the development tasks needed to make edits to the reveal.js source code.
 
-1. Install [Node.js](https://nodejs.org/) (4.0.0 or later)
+1. Install [Node.js](https://nodejs.org/) (9.0.0 or later)
 
 1. Clone the reveal.js repository
    ```sh