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 ```