diff --git a/README.md b/README.md index 521bee7..998ee57 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ We're living a _declarative renaissance_, that's why we decided to take advantag A pretty common use case is to copy content from another element. You can do that by adding a `data-clipboard-target` attribute in your trigger element. -The value you include on this attribute needs to match another's element `id` attribute. +The value you include on this attribute needs to match another's element selector. example-2 @@ -63,7 +63,7 @@ The value you include on this attribute needs to match another's element `id` at - ``` @@ -81,7 +81,7 @@ If you omit this attribute, `copy` will be used by default. - ```