Skip to content

Commit 725d047

Browse files
committed
Fix some minor typos
1 parent 67ae8af commit 725d047

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Simple Java Calculator
22

3-
Originally this project was written using Eclipse, but I have migrated it to NetBeans.
4-
This calculator is simple with an easy code to help novices learn how to operate a calculator.
3+
This project was originally written using Eclipse, but I have migrated it to NetBeans.
4+
This calculator is simple with an easy code to help novices learn how to create a calculator program with Java.
55

6-
If you use the executable file "calculator.jar" and that it does not run, you can type "java -jar /your_calculator_directory/calculator.jar" in your terminal.
6+
If you use the executable "SimpleJavaCalculator.jar" file and that doesn't work, you can type `java -jar /your_calculator_directory/SimpleJavaCalculator.jar` in your terminal.
77

88

99
![Example: Java Calculator](Screenshots/screenshot.png)

0 commit comments

Comments
 (0)