diff --git a/README.md b/README.md index 1886618..7336628 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Copy text to the clipboard shouldn't be hard. It shouldn't require dozens of ste That's why clipboard.js exists. -And remember [with great power comes great responsibility](https://www.youtube.com/watch?v=b23wrRfy7SM). +And don't be a jerk, use it responsibly :) ## Install @@ -129,7 +129,7 @@ for (var i = 0; i < btns.length; i++) { This library relies on both [Selection](https://developer.mozilla.org/en-US/docs/Web/API/Selection) and [execCommand](https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand) APIs. When combined, they're supported in the following browsers. -| Chrome logo | Firefox logo | Internet Explorer logo | Opera logo | Safari logo | +| Chrome logo | Firefox logo | Internet Explorer logo | Opera logo | Safari logo | |:---:|:---:|:---:|:---:|:---:| | 42+ ✔ | 41+ ✔ | 9+ ✔ | 29+ ✔ | Nope ✘ |