mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
readme: fix missing word (#414)
This commit is contained in:
parent
caa6f813a8
commit
e8b4288623
@ -33,7 +33,7 @@ yarn add puppeteer
|
||||
|
||||
### Usage
|
||||
|
||||
Puppeteer will be familiar to using other browser testing frameworks. You create an instance
|
||||
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#).
|
||||
|
||||
**Example** - navigating to https://example.com and saving a screenshot as *example.png*:
|
||||
|
Loading…
Reference in New Issue
Block a user