From 56ca5aa149dc0775bc5c9bb9da34a3f5d26e3b83 Mon Sep 17 00:00:00 2001 From: Valeria Dolce Date: Sun, 8 May 2022 22:00:47 +0200 Subject: [PATCH] fixed readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +```