Skip to content

Commit

Permalink
Merge pull request #2499 from jocaml/patch-1
Browse files Browse the repository at this point in the history
Fix which node version is required
  • Loading branch information
hakimel committed Jan 27, 2020
2 parents 731f681 + 9693816 commit 281b518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 281b518

Please sign in to comment.