From 96b579a2dede05eafc6632b8865347db834fca9e Mon Sep 17 00:00:00 2001 From: IAP-Reloaded <IAP-Reloaded@users.noreply.github.com> Date: Mon, 26 Sep 2016 11:24:44 -0400 Subject: [PATCH] Github README url (#217) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55cf93f9e..5be499ad3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ npm install https://github.com/LLK/scratch-vm.git ``` If you want to edit/play yourself: ```bash -git clone git@github.com:LLK/scratch-vm.git +git clone https://github.com/LLK/scratch-vm.git cd scratch-vm npm install ```