Caleb Porzio hace 5 años
padre
commit
8622ec24c1
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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]">`