Fixed Git clone URL in README for public use

This commit is contained in:
Ben Ashton 2022-05-27 07:24:17 -07:00
parent d55b8f81e6
commit b6252a49ec

View File

@ -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