Skip to content

Commit 60affa2

Browse files
committed
Fix is-absolute-url v4 breaking build
1 parent 25f041e commit 60affa2

File tree

3 files changed

+59
-63
lines changed

3 files changed

+59
-63
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ An all-in-one React library to implement custom Page Sharing Meta and Social Med
88

99
## Introduction
1010

11-
Designed to use and extend [OpenGraph](https://ogp.me/) standards. Alongside, full sharing support to the following social media platforms:
11+
Designed to use and extend [OpenGraph](https://ogp.me/) standards, including built-in support for sharing with:
1212

1313
- Facebook
1414
- Linkedin
1515
- Twitter
1616
- WhatsApp
17-
18-
Including copy current url to clipboard support.
17+
- Copy to Clipboard
1918

2019
## Installation
2120

@@ -222,7 +221,7 @@ export default Share;
222221

223222
### copyToClipboard()
224223

225-
Method used to copy some given text and copy it into your clipboard.
224+
Method used to copy a given text into your clipboard.
226225

227226
```jsx
228227
import { copyToClipboard } from "@phntms/react-share";

package-lock.json

Lines changed: 54 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)