Skip to content

Commit 2261dd8

Browse files
committed
Fix example
1 parent 8eed09b commit 2261dd8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,10 @@ matches our Redux state. Let's say our state looks like this:
168168
"form1": {
169169
"fullname": "Chris Bond",
170170
"dependents": [
171-
"fullname": "Christopher Bond Jr.",
172-
"type": "biological"
171+
{
172+
"fullname": "Christopher Bond Jr.",
173+
"type": "biological"
174+
}
173175
]
174176
}
175177
}

0 commit comments

Comments
 (0)