浏览代码

Update README.md

Ryan Chandler 2 年之前
父节点
当前提交
eb2ae9925d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -45,7 +45,7 @@ window.Alpine.start()
 ## Usage
 
 > **Note**
-> The Clipboard Web-API requires a secure context (i.e. https) to function in most browsers ([more info](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard)).
+> The Clipboard API that this package uses only works in a secure context (`https`) and `localhost`. 
 
 To copy some data to the clipboard, invoke `$clipboard` from an event handler in your component.