Bläddra i källkod

Merge branch 'main' of github.com:alpinejs/alpine into main

Caleb Porzio 4 år sedan
förälder
incheckning
3bcd601e4d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      packages/docs/src/en/essentials/installation.md

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

@@ -33,7 +33,7 @@ This is by far the simplest way to get started with Alpine. Include the followin
 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.
 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
 ```html
-<script defer src="https://unpkg.com/alpinejs@3.0.5/dist/cdn.min.js"></script>
+<script defer src="https://unpkg.com/alpinejs@3.0.6/dist/cdn.min.js"></script>
 ```
 ```
 
 
 That's it! Alpine is now available for use inside your page.
 That's it! Alpine is now available for use inside your page.