Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWild authored Nov 3, 2019
1 parent f157cea commit a059119
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

Hand parser for poker stars cash games hands.

## Maybe
[![Build Status](https://dev.azure.com/paul-wild/Utilities/_apis/build/status/PaulWild.PokerStarsHandParser?branchName=master)](https://dev.azure.com/paul-wild/Utilities/_build/latest?definitionId=2&branchName=master)

## Example

```fsharp
let parsedHands = parse file
let parsedHands = parse str
match result with
| Hands(x) -> ... //Hand list
| Error(str) -> ... //Parsing error string
```
```

0 comments on commit a059119

Please sign in to comment.