소스 검색

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.