Skip to content

Commit

Permalink
Fix link to FSharpx
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch committed Mar 10, 2016
1 parent 519538f commit 83fcb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -111,6 +111,6 @@ type Person with
| x -> Failure (sprintf "Expected person, found %A" x)
```

Or you can use the Choice monad/applicative in [FSharpx.Core](https://github.com/fsprojects/fsharpx) instead, if you prefer.
Or you can use the Choice monad/applicative in [FSharpx.Extras](https://github.com/fsprojects/FSharpx.Extras) instead, if you prefer.

You can see more examples in the [EdmundsNet](https://github.com/mausch/EdmundsNet) project.

0 comments on commit 83fcb9e

Please sign in to comment.