瀏覽代碼

Update README.md

Ryan Chandler 4 年之前
父節點
當前提交
0d257212ab
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      README.md

+ 1 - 3
README.md

@@ -16,14 +16,12 @@ This plugin adds a new `$clipboard` magic property to all of your Alpine compone
 
 ### CDN
 
-Include the following `<script>` tag in the `<head>` of your document:
+Include the following `<script>` tag at the end of your `<body>`:
 
 ```html
 <script src="https://cdn.jsdelivr.net/npm/@ryangjchandler/alpine-clipboard@0.2.x/dist/alpine-clipboard.umd.js"></script>
 ```
 
-> **Important**: This must be added **before** loading Alpine.js when using CDN links.
-
 ### NPM
 
 ```bash