Skip to content

Commit

Permalink
docs(readme): Update README.md (#2863)
Browse files Browse the repository at this point in the history
  • Loading branch information
benatkin authored and aslushnikov committed Jul 12, 2018
1 parent e445e1c commit 4f8d00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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#).
Expand Down

0 comments on commit 4f8d00e

Please sign in to comment.