aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaël Gassmann <mael.gassmann@students.bfh.ch>2021-06-12 18:57:53 +0200
committerMaël Gassmann <mael.gassmann@students.bfh.ch>2021-06-12 18:57:53 +0200
commit99cce31f37ef7315f6ac5b1e267dd2ad4c45bbeb (patch)
tree84c65082ff3d258c948f5903fc79d1ade8e9cd22
parentd2ab3adb27a3b3f6df19b0b18dce3a749543c1e7 (diff)
[~] Improved the READMEHEADmaster
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a7fe2ed..3eca3b7 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**.
+To easily compile and run this project, you can use the shell script **compileRun.sh** located in **calculator-javacc/**.
If you still prefer to compile and run separately, you can check out the sections below.
### Compilation