Skip to content

Commit 84d5f5f

Browse files
author
jtassin
committed
pending-xhr-puppeteer is working on npm 🎉
1 parent 18c371b commit 84d5f5f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pending XHR Puppeteer
22

3-
[![npm version](https://badge.fury.io/js/puppeteer-pending-xhr.svg)](https://badge.fury.io/js/puppeteer-pending-xhr)
3+
[![npm version](https://badge.fury.io/js/pending-xhr-puppeteer.svg)](https://badge.fury.io/js/pending-xhr-puppeteer)
44
[![Build Status](https://travis-ci.org/jtassin/pending-xhr-puppeteer.svg?branch=master)](https://travis-ci.org/jtassin/pending-xhr-puppeteer)
55

66
<p align="center">
@@ -19,13 +19,13 @@ Pending XHR Puppeteer is a tool that detect when there is xhr requests not yet f
1919
To install with yarn :
2020

2121
```bash
22-
yarn add puppeteer-pending-xhr -D
22+
yarn add pending-xhr-puppeteer -D
2323
```
2424

2525
To install with npm :
2626

2727
```bash
28-
npm install puppeteer-pending-xhr --save-dev
28+
npm install pending-xhr-puppeteer --save-dev
2929
```
3030

3131
## Usage
@@ -34,7 +34,7 @@ npm install puppeteer-pending-xhr --save-dev
3434

3535
```javascript
3636
const puppeteer = require('puppeteer');
37-
const { PendingXHR } = require('puppeteer-pending-xhr');
37+
const { PendingXHR } = require('pending-xhr-puppeteer');
3838

3939
const browser = await puppeteer.launch({
4040
headless: true,
@@ -53,7 +53,7 @@ await pendingXHR.waitForAllXhrFinished();
5353

5454
```javascript
5555
const puppeteer = require('puppeteer');
56-
const { PendingXHR } = require('puppeteer-pending-xhr');
56+
const { PendingXHR } = require('pending-xhr-puppeteer');
5757

5858
const browser = await puppeteer.launch({
5959
headless: true,

0 commit comments

Comments
 (0)