summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHrvoje Bandov2019-10-08 09:29:59 +0200
committerGitHub2019-10-08 09:29:59 +0200
commit6979383e4b2eb24841cd3c6eca66a55be90dd28c (patch)
tree33d10c0015a83930b60cb1692ae63fe94fe1e699
parent33bed47daca3f08c396215415e6ece005970734a (diff)
Fix which node version is required
In `package.json` engine is set to `>=9.0.0`.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 33956e9..d9dcc19 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,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](http://nodejs.org/) (4.0.0 or later)
+1. Install [Node.js](http://nodejs.org/) (9.0.0 or later)
1. Clone the reveal.js repository
```sh