Skip to content

Commit 8cff422

Browse files
Merge pull request #3 from bencgreenberg/update-readme
add badges
2 parents 20f896d + 36b6ead commit 8cff422

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Bayesian Probability Calculator CLI
22

3+
[![Crates.io](https://img.shields.io/crates/v/probability-cli.svg)](https://crates.io/crates/probability_cli)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
5+
[![Contributing](https://img.shields.io/badge/Contributing-Guidelines-blue)](CONTRIBUTING.md)
6+
[![Code of Conduct](https://img.shields.io/badge/Code%20of%20Conduct-Respectful-orange)](CODE_OF_CONDUCT.md)
7+
[![Visitors](https://visitor-badge.glitch.me/badge?page_id=bencgreenberg.probability-cli)](https://github.com/bencgreenberg/probability-cli)
8+
[![Made with Love](https://img.shields.io/badge/Made%20with-Love-ff69b4.svg)](https://shields.io/)
9+
310
Welcome to the Bayesian Probability Calculator CLI! This command-line tool is designed to help you update your beliefs about the probability of an event based on new evidence. Using Bayesian probability, you can make better decisions under uncertainty.
411

512
## Overview

0 commit comments

Comments
 (0)