From ca9d211c7ae2d7e5f7aa5c5782aa115d1a6f1321 Mon Sep 17 00:00:00 2001 From: krolyxon <106688908+krolyxon@users.noreply.github.com> Date: Sat, 17 Feb 2024 20:10:30 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc0be6f..b925a66 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ['JavaCalc'](https://github.com/krolyxon/cht-rs) +# [JavaCalc](https://github.com/krolyxon/cht-rs) - Simple calculator i made in java to learn expression parsing and Swing UI development. Simple GUI calculator with complex infix expression evaluation made in Java using Swing. @@ -11,7 +11,7 @@ Simple GUI calculator with complex infix expression evaluation made in Java usin ``` ## JavaCalc in action -![](https://raw.githubusercontent.com/krolyxon/JavaCalc/master/asset/screenshot1.png) +![](https://raw.githubusercontent.com/krolyxon/JavaCalc/masters/asset/screenshot1.png) ## License This project is licensed under the [`GPLv3 LICENSE`](https://github.com/krolyxon/JavaCalc/blob/master/LICENSE)