From 75755f046a96e24c1da3b8017f37938ae60cceef Mon Sep 17 00:00:00 2001 From: Sergejs Pugacs Date: Tue, 4 Dec 2018 12:46:47 +0100 Subject: [PATCH] Fix wrong type name in the main readme.md file. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 06b8a50..69c6e7b 100644 --- a/readme.md +++ b/readme.md @@ -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: ""