diff options
author | Hakim El Hattab | 2020-01-27 13:51:38 +0100 |
---|---|---|
committer | GitHub | 2020-01-27 13:51:38 +0100 |
commit | 281b518620875ed1199499f0c663e9c96fe80a8a (patch) | |
tree | 5c9921cbadf2aac1f31f4c801ed4110e4707f22e | |
parent | 731f6819acf8d7b4b28459f932ad27f63b856e4f (diff) | |
parent | 9693816480e1d040f6c945ff7678610957c775ce (diff) |
Merge pull request #2499 from jocaml/patch-1
Fix which node version is required
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |