diff --git a/README.md b/README.md index 45cb86e..8ed6a45 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,9 @@ to run this just install the [dependencies](#dependencies) and do: ```shell cargo run ``` + +to run tests do: + +```shell +cargo test +```