Explorar el Código

Merge pull request #2499 from jocaml/patch-1

Fix which node version is required
Hakim El Hattab hace 5 años
padre
commit
281b518620
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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.
 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
 1. Clone the reveal.js repository
    ```sh
    ```sh