Skip to content

Commit

Permalink
readme(pptr-firefox): adjustments (#3632)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel authored and aslushnikov committed Dec 6, 2018
1 parent 45ab3e0 commit b874529
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions experimental/puppeteer-firefox/README.md
@@ -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

0 comments on commit b874529

Please sign in to comment.