Caleb Porzio 5 år sedan
förälder
incheckning
c803d22093
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -47,7 +47,7 @@ There are 5 directives available to you:
 
 Here's how they each work:
 
-### x-data
+### `x-data`
 ---
 Example: `<div x-data="{ foo: 'bar' }">...</div>`
 
@@ -57,7 +57,7 @@ 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">`