From b4d31acd3c41704853984df090b51366c6b1ccfa Mon Sep 17 00:00:00 2001 From: Tamieem Jaffary <39597144+Tamieem@users.noreply.github.com> Date: Wed, 23 Jul 2025 12:10:05 -0400 Subject: [PATCH] Fix setup repo command in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85bcfc3..b537803 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ In order to use the boilerplate you will need the following: ## Setup 1. Pull the repo ```bash - git clone git@github.com:stepful/interview_template.git && cd interview_template + git clone git@github.com:stepful/fullstack_boilerplate.git && cd fullstack_boilerplate ``` 2. (Optional) Copy .env.sample to .env (should be sensible defaults, but feel free to make changes as desired)