Skip to content

Commit

Permalink
Merge pull request #41 from digy/docs-fix
Browse files Browse the repository at this point in the history
Fix wrong type name in the main readme.md file.
  • Loading branch information
thomashoneyman committed Dec 4, 2018
2 parents 2e0abc4 + 75755f0 commit e2b13f0
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 @@ -166,7 +166,7 @@ inputs = Form
It's a little tedious writing out all those newtypes, so `Formless.Spec.Transform` provides helper functions to generate them for you:

```purescript
inputs :: Form Record F.InputFields
inputs :: Form Record F.InputField
inputs = F.wrapInputFields
{ name: ""
, email1: ""
Expand Down

0 comments on commit e2b13f0

Please sign in to comment.