From 113cb357395c3dd623450f8af4d05e66e14c68cb Mon Sep 17 00:00:00 2001 From: Michael Gerullis Date: Mon, 28 Nov 2022 17:33:24 +0100 Subject: [PATCH] fix: update readme link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c1ea43..2588128 100644 --- a/README.md +++ b/README.md @@ -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