diff --git a/README.md b/README.md index 4debef7..52cf904 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,7 @@ You can then build and test the standalone crate as usual: ``` $ cd standalone-first-contract $ make build -$ make tests +$ make test $ make check $ make clippy ```