aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-12-06 11:37:31 +0100
committerGitHub <noreply@github.com>2016-12-06 11:37:31 +0100
commit2bd6b563be65bb0ff95593b30572ca72fd3e8b77 (patch)
treed0f732c09abc50b439cf1de41db5de6386dde93f /README.md
parente4e5cc10836f458adab8fea7b45a05a8eaa30990 (diff)
parent03ac4a2e8ebc3b166286214bfb3bd69eb0561e34 (diff)
downloadfosdem-2018-presentation-2bd6b563be65bb0ff95593b30572ca72fd3e8b77.tar
fosdem-2018-presentation-2bd6b563be65bb0ff95593b30572ca72fd3e8b77.tar.gz
Merge pull request #1760 from demoneaux/package-json
Reduce required Node.js version to 4.0.0.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5abc569..b0257cc 100644
--- a/README.md
+++ b/README.md
@@ -929,7 +929,7 @@ Reveal.initialize({
Then:
-1. Install [Node.js](http://nodejs.org/) (1.0.0 or later)
+1. Install [Node.js](http://nodejs.org/) (4.0.0 or later)
2. Run ```npm install```
3. Run ```node plugin/notes-server```
@@ -1115,7 +1115,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/) (1.0.0 or later)
+1. Install [Node.js](http://nodejs.org/) (4.0.0 or later)
1. Clone the reveal.js repository
```sh