From f34bf8eabe222c305ceb2d489eac68977cfad83b Mon Sep 17 00:00:00 2001 From: Eduardo Lundgren Date: Tue, 29 Sep 2015 01:28:59 -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 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. - ```