|
@@ -23,7 +23,7 @@ Think of it like [Tailwind](https://tailwindcss.com/) for JavaScript.
|
|
|
|
|
|
That's it. It will initialize itself.
|
|
|
|
|
|
-For production environments, it's recommended to pin a specific version number in the link 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>
|
|
@@ -131,6 +131,16 @@ And 6 magic properties:
|
|
|
|
|
|
**Want your logo here? [DM on Twitter](https://twitter.com/calebporzio)**
|
|
|
|
|
|
+## VIP Contributers
|
|
|
+
|
|
|
+<table>
|
|
|
+ <tr>
|
|
|
+ <td align="center"><a href="http://calebporzio.com"><img src="https://avatars2.githubusercontent.com/u/3670578?v=4" width="100px;" alt="Caleb Porzio"/><br /><sub><b>Caleb Porzio</b></sub></a><br /><sub>(Creator)</sub></td>
|
|
|
+ <td align="center"><a href="https://github.com/HugoDF"><img src="https://avatars2.githubusercontent.com/u/6459679?v=4" width="100px;" alt="Hugo"/><br /><sub><b>Hugo</b></sub></a></td>
|
|
|
+ <td align="center"><a href="https://github.com/ryangjchandler"><img src="https://avatars2.githubusercontent.com/u/41837763?v=4" width="100px;" alt="Ryan Chandler"/><br /><sub><b>Ryan Chandler</b></sub></a></td>
|
|
|
+ <td align="center"><a href="https://github.com/SimoTod"><img src="https://avatars2.githubusercontent.com/u/8427737?v=4" width="100px;" alt="Simone Todaro"/><br /><sub><b>Simone Todaro</b></sub></a></td>
|
|
|
+ </tr>
|
|
|
+</table>
|
|
|
|
|
|
### Directives
|
|
|
|