docs(readme): Update README.md (#2863)
This commit is contained in:
parent
e445e1c8b8
commit
4f8d00e64e
@ -40,7 +40,7 @@ Note: When you install Puppeteer, it downloads a recent version of Chromium (~17
|
||||
|
||||
### Usage
|
||||
|
||||
Caution: 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.
|
||||
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.
|
||||
|
||||
Puppeteer will be familiar to people using other browser testing frameworks. You create an instance
|
||||
of `Browser`, open pages, and then manipulate them with [Puppeteer's API](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#).
|
||||
|
Loading…
Reference in New Issue
Block a user