From 420b9ef6f017546a1d851b9eb29e73dc2cfdc7c3 Mon Sep 17 00:00:00 2001 From: weibeu Date: Tue, 5 Oct 2021 20:20:11 +0530 Subject: [PATCH 1/2] Improve the README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2d7751..973073c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # Very-Simple-Java-Calculator For beginners 4 operations without exceptions and while loop. -Basic + +Enter following commands in your terminal to clone this project and make contributions: + +```sh +$ git clone https://github.com/weibeu/Very-Simple-Java-Calculator.git +$ cd Very-Simple-Java-Calculator +# Make some changes. +$ git commit -m "My new feature" +$ git push +``` From ac51f34abaf6b8405c33b575fad984d0993a2815 Mon Sep 17 00:00:00 2001 From: weibeu Date: Tue, 5 Oct 2021 20:21:24 +0530 Subject: [PATCH 2/2] Use proper punctuation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 973073c..c677a43 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,6 @@ Enter following commands in your terminal to clone this project and make contrib $ git clone https://github.com/weibeu/Very-Simple-Java-Calculator.git $ cd Very-Simple-Java-Calculator # Make some changes. -$ git commit -m "My new feature" +$ git commit -m "My new feature." $ git push ```