Skip to content

Commit

Permalink
Updated Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
odytrice committed Nov 6, 2017
1 parent 344b239 commit 9814f4d
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
@@ -1,7 +1,7 @@
# Operation Extension

[![Windows](https://ci.appveyor.com/api/projects/status/m4xei8kvod9fguqk/branch/master?svg=true)](https://ci.appveyor.com/project/odytrice/operation/branch/master)
<!-- [![NuGet Operation](https://img.shields.io/nuget/v/Operation.svg?style=flat)](https://www.nuget.org/packages/Operation) -->
[![NuGet Operation](https://img.shields.io/nuget/v/Operation.svg?style=flat)](https://www.nuget.org/packages/Operation)

This Library provides a way for doing [Railway Oriented Programming](http://fsharpforfunandprofit.com/rop/) in C#. Which is simply a way of encoding Errors into the Type System. The `Operation` class is a contract
that tells the calling method that it will not throw an exception rather, any exeptions generated will be available in the returned `Operation` object.
Expand Down

0 comments on commit 9814f4d

Please sign in to comment.