瀏覽代碼

Merge pull request #1491 from manogi/main

Changed 2.x.x to 3.x.x in notice
Caleb Porzio 4 年之前
父節點
當前提交
402b2d78e9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/docs/src/en/essentials/installation.md

+ 1 - 1
packages/docs/src/en/essentials/installation.md

@@ -30,7 +30,7 @@ This is by far the simplest way to get started with Alpine. Include the followin
 
 > Don't forget the "defer" attribute in the `<script>` tag.
 
-Notice the `@v2.x.x` in the provided CDN link. This will pull the latest version of Alpine version 2. For stability in production, it's recommended that you hardcode the latest version in the CDN link.
+Notice the `@3.x.x` in the provided CDN link. This will pull the latest version of Alpine version 3. For stability in production, it's recommended that you hardcode the latest version in the CDN link.
 
 ```html
 <script defer src="https://unpkg.com/alpinejs@3.0.5/dist/cdn.min.js"></script>