diff --git a/README.md b/README.md index beecf3b..5f16c72 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ scarb build To test the project, run: ```bash -snforge +snforge test ``` ## 📚 Resources diff --git a/book/src/getting-started/test.md b/book/src/getting-started/test.md index e8c5363..4f0f67d 100644 --- a/book/src/getting-started/test.md +++ b/book/src/getting-started/test.md @@ -3,7 +3,7 @@ Open a terminal and run the following command: ```shell -snforge +snforge test ``` This will execute the tests in `tests` directory and print the results.