1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-31 02:10:23 +02:00

update minimum node version

This commit is contained in:
Hakim El Hattab
2020-04-29 11:56:36 +02:00
parent f2fbc59bcc
commit 163db29d43
3 changed files with 3 additions and 3 deletions

View File

@@ -88,7 +88,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/) (9.0.0 or later)
1. Install [Node.js](https://nodejs.org/) (10.0.0 or later)
1. Clone the reveal.js repository
```sh