From 536744bf649c1ec992e2d3069eb82460be3ebdb8 Mon Sep 17 00:00:00 2001 From: mahdidehghandev Date: Tue, 10 Dec 2024 19:07:17 +0330 Subject: [PATCH] Fix readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 883b0e5..75e2458 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ A Python-based mini-compiler that performs lexical analysis, parsing, evaluation - You can change the directory in `main.py` ```python if __name__ == "__main__": - main('Examples\\test.txt') # Change this section + main(os.path.join('Examples','test.txt')) # Change this section ``` 3. **Menu Options**: