|
@@ -22,7 +22,7 @@ Think of it like [Tailwind](https://tailwindcss.com/) for JavaScript.
|
|
|
|
|
|
That's it. It will initialize itself.
|
|
That's it. It will initialize itself.
|
|
|
|
|
|
-For production environments, it's recommend linking to a specific version number to avoid unexpected breakage from newer versions.
|
|
|
|
|
|
+For production environments, it's recommended to pin a specific version number in the link to avoid unexpected breakage from newer versions.
|
|
For example, to use version `2.3.5`:
|
|
For example, to use version `2.3.5`:
|
|
```html
|
|
```html
|
|
<script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.3.5/dist/alpine.min.js" defer></script>
|
|
<script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.3.5/dist/alpine.min.js" defer></script>
|