@@ -12,7 +12,7 @@ Using a text editor, fill the file with these contents:
```html
<html>
<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>
<body>
<h1 x-data="{ message: 'I ❤️ Alpine' }" x-text="message"></h1>