Skip to content

Commit

Permalink
docs(api.md): upload new diagram
Browse files Browse the repository at this point in the history
This patch fixes a typo in the diagram.
  • Loading branch information
aslushnikov authored Apr 18, 2018
1 parent 37cc9f5 commit 4575923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Puppeteer is a Node library which provides a high-level API to control Chromium

The Puppeteer API is hierarchical and mirrors the browser structure. On the following diagram, faded entities are not currently represented in Puppeteer.

![puppeteer overview](https://user-images.githubusercontent.com/746130/31592143-089f6f9a-b1db-11e7-9a20-16b7fc754fa1.png)
![puppeteer overview](https://user-images.githubusercontent.com/746130/38952006-1c3c9c16-42ff-11e8-93af-e498076f28b4.png)

- [`Puppeteer`](#class-puppeteer) communicates with the browser using [DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/).
- [`Browser`](#class-browser) instance can own multiple pages.
Expand Down

0 comments on commit 4575923

Please sign in to comment.