From b6252a49ec5f1c2891683e17e619fcf6a18c5b80 Mon Sep 17 00:00:00 2001 From: Ben Ashton Date: Fri, 27 May 2022 07:24:17 -0700 Subject: [PATCH] Fixed Git clone URL in README for public use --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c668003..3068869 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A ranking system for the Snakes & Ladders championship. Run the following commands to clone the repository and build the project ```bash -git clone ssh://git@git.n0m.org:24/n0m/Snakes-And-Ladders.git +git clone https://git.n0m.org/n0m/Snakes-And-Ladders.git cd Snakes-And-Ladders npm install npm run build