Skip to content

Commit

Permalink
fix: update readme link
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gerullis authored and sudodoki committed Nov 28, 2022
1 parent ca33966 commit 113cb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Simple module exposing `copy` function that will try to use [execCommand](https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand#) with fallback to IE-specific `clipboardData` interface and finally, resort to usual `prompt` with proper text content and message.

> If you are building using [Electron](http://electronjs.org/), use [their API](https://www.electronjs.org/docs/api/clipboard).
> If you are building using [Electron](http://electronjs.org/), use [their API](https://www.electronjs.org/docs/latest/api/clipboard).
# Example

Expand Down

0 comments on commit 113cb35

Please sign in to comment.