From b6d4454ea1837a49126be943570e4e93ba515c1d Mon Sep 17 00:00:00 2001 From: JP Rodrigues <70jprodrigues@gmail.com> Date: Mon, 28 Dec 2020 11:30:50 -0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09e51ec..bfa18cf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Vue Copy To Clipboard -A simple vue 3 plugin to copy text to clipboard +A simple vue 3 plugin to copy text to clipboard. + +This plugin is compatible with browsers that can execute [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API) and browsers that can execute [execCommand('copy')](https://developer.mozilla.org/pt-BR/docs/Web/API/Document/execCommand), alternatively. ## Installation @@ -34,8 +36,6 @@ this.$copyText("Text to copy") }); ``` -This plugin is compatible with browsers that can execute [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API) and browsers that can execute [execCommand('copy')](https://developer.mozilla.org/pt-BR/docs/Web/API/Document/execCommand), alternatively. - ## License [MIT](LICENSE.txt) License