Skip to content

Commit

Permalink
Merge pull request #20 from onsta/patch-1
Browse files Browse the repository at this point in the history
Fix missing jsx closing tag in doc
  • Loading branch information
erikras authored Dec 4, 2017
2 parents d67dffe + 5ad3351 commit a0dc74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const MyForm = () =>
<textarea {...input}/>
{meta.touched && meta.error && <span>{meta.error}</span>}
</div>
}>
}/>

<h2>Render Function as Children</h2>
<Field name="phone">
Expand Down

0 comments on commit a0dc74f

Please sign in to comment.