Caleb Porzio 5 년 전
부모
커밋
0f91d34c55
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -55,12 +55,12 @@ There are 5 directives available to you:
 
 Here's how they each work:
 
+---
+
 ### `x-data`
 
-| | |
---- | ---
-Example | `<div x-data="{ foo: 'bar' }">...</div>`
-Structure | `<div x-data="[JSON data object]">...</div>`
+**Example:** `<div x-data="{ foo: 'bar' }">...</div>`
+**Structure:** `<div x-data="[JSON data object]">...</div>`
 
 `x-data` declares a new component scope. It tells the framework to initialize a new component with the following data object.