Browse Source

Update README.md

Caleb Porzio 5 năm trước cách đây
mục cha
commit
49de05c327
1 tập tin đã thay đổi với 7 bổ sung4 xóa
  1. 7 4
      README.md

+ 7 - 4
README.md

@@ -118,6 +118,13 @@ And 6 magic properties:
 | [`$watch`](#watch) | Will fire a provided callback when a component property you "watched" gets changed. |
 
 
+## Sponsors
+
+<img width="33%" src="https://refactoringui.nyc3.cdn.digitaloceanspaces.com/tailwind-logo.svg" alt="Tailwind CSS">
+
+**Want your logo here? [DM on Twitter](https://twitter.com/calebporzio)**
+
+
 ### Directives
 
 ---
@@ -581,10 +588,6 @@ You can also use `$dispatch()` to trigger data updates for `x-model` bindings. F
 
 You can "watch" a component property with the `$watch` magic method. In the above example, when the button is clicked and `open` is changed, the provided callback will fire and `console.log` the new value.
 
-## Sponsors
-
-<img width="33%" src="https://refactoringui.nyc3.cdn.digitaloceanspaces.com/tailwind-logo.svg" alt="Tailwind CSS">
-
 ## V3 Roadmap
 * Move from `x-ref` to `ref` for Vue parity?
 * Add `Alpine.directive()`