Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readme(pptr-firefox): adjustments #3632

Merged
merged 2 commits into from
Dec 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions experimental/puppeteer-firefox/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Puppeteer-Firefox
# Puppeteer for Firefox

> Puppeteer-Firefox - Puppeteer API for Firefox
> Use Puppeteer's API with Firefox

> **BEWARE**: This project is experimental. Alligators live here.
> **BEWARE**: This project is experimental. 🐊 live here.

## Getting Started

### Installation

To use Puppeteer-Firefox in your project, run:
To use Puppeteer with Firefox in your project, run:

```bash
npm i puppeteer-firefox
# or "yarn add puppeteer-firefox"
```

Note: When you install Puppeteer-Firefox, it downloads a [custom-built Firefox](https://github.com/GoogleChrome/puppeteer/tree/master/experimental/juggler) that is guaranteed to work with the API.
Note: When you install puppeteer-firefox, it downloads a [custom-built Firefox](https://github.com/GoogleChrome/puppeteer/tree/master/experimental/juggler) that is guaranteed to work with the API.

### Usage

Expand Down