Browse Source

include missing equals sign in example.

Lance Butler II 5 years ago
parent
commit
25722a2c99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -156,7 +156,7 @@ You can also mix-in multiple data objects using object destructuring:
 ---
 
 ### `x-init`
-**Example:** `<div x-data"{ foo: 'bar' }" x-init="foo = 'baz"></div>`
+**Example:** `<div x-data="{ foo: 'bar' }" x-init="foo = 'baz"></div>`
 
 **Structure:** `<div x-data="..." x-init="[expression]"></div>`