From 28dc83bebec53e9315d6d31a430b36d9a90b10fa Mon Sep 17 00:00:00 2001 From: Ashwini Gurbaxani <98401812+gurbaxani@users.noreply.github.com> Date: Sat, 21 Sep 2024 14:02:21 +0530 Subject: [PATCH] Fix git clone URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d29b8e550..994d86c11 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ If you're building a new application with Bullet Train, you don't want to "Fork" 1. Clone the template repository: ``` - git clone git@github.com:bullet-train-co/bullet_train.git your_new_project_name + git clone https://github.com/bullet-train-co/bullet_train.git your_new_project_name ``` 2. Enter the project directory: