Browse Source

Merge pull request #28 from dakira/docs/secure-origin

Ryan Chandler 2 years ago
parent
commit
115d1d8c12
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -44,6 +44,9 @@ window.Alpine.start()
 
 ## Usage
 
+> **Note**
+> 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.
 
 ```html