Skip to content

Commit

Permalink
Cleaned up some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesRandall committed Aug 19, 2019
1 parent 3eb7cb9 commit 473297c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ The below shows an example of outputting errors to the console:
```fsharp
match validationResult with
| Ok -> printf "No validation errors\n\n"
| Errors errors ->
printf "**ERRORS**\n%s\n\n" (String.concat "\n" (errors |> Seq.map (fun e -> sprintf "%s: %s" e.property e.message)))
| Errors errors -> printf "errors = %O" e
```

## Validating Complex Types
Expand Down

0 comments on commit 473297c

Please sign in to comment.