Caleb Porzio 3 anni fa
parent
commit
cb0ec65242
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/docs/src/en/alpine-101.md

+ 1 - 1
packages/docs/src/en/alpine-101.md

@@ -12,7 +12,7 @@ Using a text editor, fill the file with these contents:
 ```html
 ```html
 <html>
 <html>
 <head>
 <head>
-    <script defer src="https://unpkg.com/alpinejs@3.0.1/dist/cdn.min.js"></script>
+    <script defer src="https://unpkg.com/alpinejs@3.x.x/dist/cdn.min.js"></script>
 </head>
 </head>
 <body>
 <body>
     <h1 x-data="{ message: 'I ❤️ Alpine' }" x-text="message"></h1>
     <h1 x-data="{ message: 'I ❤️ Alpine' }" x-text="message"></h1>