From 6aecc455dd3150225fc8d5910787522fc98192f2 Mon Sep 17 00:00:00 2001 From: Timofey Gelazoniya Date: Sat, 16 Apr 2022 01:25:49 +0300 Subject: [PATCH] Update README.md change git protocol --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3009d5..61c38e3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Only [Vite](https://vitejs.dev/) for development and bundling. To download the repository and install dependencies, run the following commands: ```bash -git clone git://github.com/xzeldon/zeldon-site.git # replace [xzeldon] with your github username if you fork first. +git clone git@github.com:xzeldon/zeldon-site.git # replace [xzeldon] with your github username if you fork first. cd zeldon-site npm install ``` @@ -40,4 +40,4 @@ This generates a static export of the website as `zeldon-site/dist/`. Copy this ## Acknowledgements * Background animation: [WebGL-Fluid-Simulation](https://github.com/PavelDoGreat/WebGL-Fluid-Simulation) by [@PavelDoGreat](https://github.com/PavelDoGreat). -* Special thanks to [@xm1ller](https://github.com/xm1ller) for tirelessly answering all of my css questions. \ No newline at end of file +* Special thanks to [@xm1ller](https://github.com/xm1ller) for tirelessly answering all of my css questions.