diff --git a/README.md b/README.md index d57db8f..91acee8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Crates.io Version](https://img.shields.io/crates/v/wager)](https://crates.io/crates/wager) [![docs.rs](https://img.shields.io/docsrs/wager)](https://docs.rs/wager) +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fnficca%2Fwager.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fnficca%2Fwager?ref=badge_shield) A library for the representation and manipulation of betting odds. Supports the parsing, converting, comparing, and calculating the payouts of various types of odds. @@ -24,3 +25,7 @@ assert_eq!(a, b); /// Calculate payout assert_eq!(decimal.payout(200.0), 300.0); ``` + + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fnficca%2Fwager.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fnficca%2Fwager?ref=badge_large) \ No newline at end of file