Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit d764839

Browse files
committed
docs: update build badge
1 parent 00609d5 commit d764839

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React Popper
22

3-
[![Build Status](https://travis-ci.org/popperjs/react-popper.svg?branch=master)](https://travis-ci.org/popperjs/react-popper)
3+
[![Unit Tests](https://github.com/popperjs/react-popper/workflows/Unit%20Tests/badge.svg)](https://github.com/popperjs/react-popper/actions?query=workflow%3A%22Unit+Tests%22)
44
[![npm version](https://img.shields.io/npm/v/react-popper.svg)](https://www.npmjs.com/package/react-popper)
55
[![npm downloads](https://img.shields.io/npm/dm/react-popper.svg)](https://www.npmjs.com/package/react-popper)
66
[![Dependency Status](https://david-dm.org/souporserious/react-popper.svg)](https://david-dm.org/souporserious/react-popper)
@@ -74,7 +74,8 @@ const Example = () => {
7474

7575
### 2. Render Props (legacy)
7676

77-
This is a legacy API for compatibility with v1.x users moving to Popper v2. We recommend using the `usePopper` Hook in new code.
77+
This is a legacy API for compatibility with v1.x users moving to Popper v2. We
78+
recommend using the `usePopper` Hook in new code.
7879

7980
<details>
8081
<summary>View details</summary>
@@ -159,7 +160,8 @@ has been destroyed.
159160

160161
### Render Props
161162

162-
This is a legacy API for compatibility with v1.x users moving to Popper v2. We recommend using the `usePopper` Hook in new code.
163+
This is a legacy API for compatibility with v1.x users moving to Popper v2. We
164+
recommend using the `usePopper` Hook in new code.
163165

164166
<details>
165167
<summary>View details</summary>
@@ -314,7 +316,8 @@ const Example = () => {
314316
## Usage without a reference `HTMLElement`
315317
316318
Whenever you need to position a popper based on some arbitrary coordinates, you
317-
can provide Popper with a [virtual element](https://popper.js.org/docs/v2/virtual-elements/).
319+
can provide Popper with a
320+
[virtual element](https://popper.js.org/docs/v2/virtual-elements/).
318321
319322
```jsx
320323
import { usePopper } from 'react-popper';

0 commit comments

Comments
 (0)