From 4d734bc277cb03d755927685407aa037fc03739a Mon Sep 17 00:00:00 2001 From: Curtis Gibby Date: Fri, 23 Oct 2015 10:08:09 -0600 Subject: [PATCH] Fix missing character in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 83e4a53..79b50d2 100644 --- a/readme.md +++ b/readme.md @@ -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