Skip to content

Commit

Permalink
Fix wrong type name in the main readme.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergejs Pugacs committed Dec 4, 2018
1 parent 2e0abc4 commit 75755f0
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 75755f0

Please sign in to comment.