aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaël Gassmann <mael.gassmann@students.bfh.ch>2021-06-12 15:48:21 +0200
committerMaël Gassmann <mael.gassmann@students.bfh.ch>2021-06-12 15:48:21 +0200
commita434b8818cb6a437a575aae7b31dc4dfb61477b8 (patch)
treec2bb5f851af78344ae1b308bc2efb489f4e9ff70
parent9bca38d9ca66e505a362fd4caf26c368fda1486d (diff)
[~] Improved the README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 08562c8..a7fe2ed 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ java -jar calculator-java-1.0-SNAPSHOT.jar
## JavaCC Calculator project
-To easily compile and run this project, you can use the shell script **calculator-javacc/compileRun.sh** in its folder.
+To easily compile and run this project, you can use the shell script **calculator-javacc/compileRun.sh**.
If you still prefer to compile and run separately, you can check out the sections below.
### Compilation