Skip to content

Commit

Permalink
docs(api.md): expand puppeteer-core explanation (#3830)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennythecoder authored and aslushnikov committed Jan 23, 2019
1 parent fb71012 commit 7585e6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api.md
Expand Up @@ -357,6 +357,7 @@ When using `puppeteer-core`, remember to change the *include* line:
const puppeteer = require('puppeteer-core');
```

You will then need to call [`puppeteer.connect([options])`](#puppeteerconnectoptions) or [`puppeteer.launch([options])`](#puppeteerlaunchoptions) with an explicit `executablePath` option.

### Environment Variables

Expand Down

0 comments on commit 7585e6d

Please sign in to comment.