Update README.md

Remove typo in link description.
This commit is contained in:
Andrey Lushnikov 2017-08-10 18:36:02 -07:00 committed by GitHub
parent 1ee47d868b
commit 7936be43f7

View File

@ -34,7 +34,7 @@ yarn add puppeteer
### Usage
Puppeteer will be familiar to 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#).
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*: