From cffb4de8c5a9f39fa0a2deb670861575b4e3f0df Mon Sep 17 00:00:00 2001 From: mtardy Date: Tue, 21 Jul 2020 20:51:25 +0200 Subject: [PATCH] Update README on tests --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d85146..ce2171c 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,10 @@ $ ./calc < file Simple tests: ```bash -$ ./test.sh +$ tests/test.sh ``` Custom test: ```bash -$ ./calc < test.txt +$ ./calc < tests/test.txt ```