diff --git a/readme.md b/readme.md index ef2851a..83e4a53 100644 --- a/readme.md +++ b/readme.md @@ -1,11 +1,11 @@ # clipboard.js [![Build Status](http://img.shields.io/travis/zenorocha/clipboard.js/master.svg?style=flat)](https://travis-ci.org/zenorocha/clipboard.js) -![Killing Flash](https://img.shields.io/badge/killing-flash-red.svg?style=flat) +![Killing Flash](https://img.shields.io/badge/killing-flash-brightgreen.svg?style=flat) > Modern copy to clipboard. No Flash. Just 2kb -Demo +Demo ## Why @@ -63,7 +63,7 @@ A pretty common use case is to copy content from another element. You can do tha The value you include on this attribute needs to match another's element selector. -example-2 +example-2 ```html @@ -81,7 +81,7 @@ Additionally, you can define a `data-clipboard-action` attribute to specify if y If you omit this attribute, `copy` will be used by default. -example-3 +example-3 ```html @@ -99,7 +99,7 @@ As you may expect, the `cut` action only works on `` or `