diff --git a/index.html b/index.html index aa6e920..2d42beb 100644 --- a/index.html +++ b/index.html @@ -54,7 +54,7 @@ allowtransparency="true" frameborder="0" scrolling="0" width="156" height="30"><
The easiest way to copy some content to the clipboard, is to include a data-text
attribute in your trigger element.
Alternatively, you can copy content from another element by adding a data-target
attribute in your trigger element.
The value you include on this attribute needs to match another's element id
attribute.
Additionally, you can define a data-action
attribute to specify if you want to either copy
or cut
content.
If you omit this attribute, copy
will be used by default.