Browse Source

Update README.md

Co-authored-by: Hugo <HugoDF@users.noreply.github.com>
Simone Todaro 5 năm trước cách đây
mục cha
commit
9f07595189
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -22,7 +22,7 @@ Think of it like [Tailwind](https://tailwindcss.com/) for JavaScript.
 
 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`:
 ```html
 <script src="https://cdn.jsdelivr.net/gh/alpinejs/alpine@v2.3.5/dist/alpine.min.js" defer></script>