Merge pull request #101 from curtisgibby/patch-1

Fix missing character in readme
This commit is contained in:
Zeno Rocha 2015-10-23 09:09:11 -07:00
commit e0263beb20

View File

@ -176,7 +176,7 @@ Although copy/cut operations with [execCommand](https://developer.mozilla.org/en
That means you can show a tooltip saying `Copied!` when `success` event is called and `Press Ctrl+C to copy` when `error` event is called because the text is already selected.
For a live demonstration, open this [site](https://clipboardj.com/) on Safari.
For a live demonstration, open this [site](http://clipboardjs.com) on Safari.
## License