Skip to content

Commit

Permalink
doc: Clarify that examples need Node v8 (#559)
Browse files Browse the repository at this point in the history
The examples use async/await, but Node v6 doesn't support them, so to use these examples you either need Node 8 or a transpiler (like Babel) or to use promises.
  • Loading branch information
Mohamed3on authored and aslushnikov committed Aug 27, 2017
1 parent e921a1c commit 225e880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -21,7 +21,7 @@ Most things that you can do manually in the browser can be done using Puppeteer!

### Installation

*Puppeteer requires Node version 6.4.0 or greater*
> *Note: Puppeteer requires at least Node v6.4.0, but the examples below use async/await which is only supported in Node v7.6.0 or greater*
To use Puppeteer in your project, run:
```
Expand Down

0 comments on commit 225e880

Please sign in to comment.