aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-04-29 11:56:36 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-04-29 11:56:36 +0200
commit163db29d43e17e0c9fcd27a2da4a85696206c714 (patch)
tree17633a8cead4336219ef8eb49652f8650ba00cac /README.md
parentf2fbc59bcc8e1fae2ba727c8831b7d062f5822f3 (diff)
downloadfosdem-2021-minimalism-presentation-163db29d43e17e0c9fcd27a2da4a85696206c714.tar
fosdem-2021-minimalism-presentation-163db29d43e17e0c9fcd27a2da4a85696206c714.tar.gz
update minimum node version
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1a94080..1f1f83e 100644
--- a/README.md
+++ b/README.md
@@ -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