From 67e2b69e72409ad598758e9b4384c871bc9ff7c1 Mon Sep 17 00:00:00 2001 From: Anirban Dey Date: Sat, 30 Nov 2019 18:56:55 +0530 Subject: [PATCH] Updated clone link for repository --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bebe129..8c2ef3a 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ A javascript web application to visualise all the algorithms you encounter every Made with p5.js -## View web app at +## View the App build at https://rajduino.github.io/Algorithm-Visualiser/index.html ## Getting Started -Download the ZIP file or Clone this repository from you Command Prompt or Terminal +Download the ZIP file or Clone this repository from your Command Prompt or Terminal. ``` -$git clone https://github.com/Rajduino/Visualiser-Project +$git clone https://github.com/Rajduino/Algorithm-Visualiser.git ```