diff --git a/README.md b/README.md index 1172866..d27b95a 100644 --- a/README.md +++ b/README.md @@ -56,4 +56,6 @@ curl -X 'GET' \ Run app test with: -pytest -s src/test/test_main.py +``` +pytest test/test_main.py +```