Caleb Porzio 5 vuotta sitten
vanhempi
commit
8622ec24c1
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -56,7 +56,6 @@ There are 5 directives available to you:
 Here's how they each work:
 
 ### `x-data`
----
 
 | | |
 --- | ---
@@ -67,8 +66,9 @@ Structure | `<div x-data="[JSON data object]">...</div>`
 
 Think of it like the `data` property of a Vue component.
 
-### `x-bind`
 ---
+
+### `x-bind`
 Example: `<input x-bind:type="inputType">`
 
 Structure: `<input x-bind:[attribute]="[expression]">`