diff --git a/README.md b/README.md index fa5a237..ac8f813 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,6 @@ fn main() { println!("Bitcoin Money: {}", btc_money); } ``` + +Command to run tests: +`cargo test`