From 56e6b7b00a9af442deb3b7ee1e8d6ca4e944385e Mon Sep 17 00:00:00 2001 From: Hamza Algohary <47259789+hamza-Algohary@users.noreply.github.com> Date: Mon, 9 Jan 2023 20:41:23 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5656776..4b69924 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Circuit Simulator is a circuit simulation program. It's written in Java, hence i You can find zip binary package in github releases. ## Build From Source First clone the github repository, -`git clone https://github.com/hamza-Algohary/Circuit-Simulator` +```git clone https://github.com/hamza-Algohary/Circuit-Simulator``` Then use makefile, ``` cd Circuit-Simulator