From 136beb82fd93f98260b329f77d3015c70c546dd0 Mon Sep 17 00:00:00 2001 From: Matthew Foyle Date: Thu, 11 Jul 2024 17:24:11 +0200 Subject: [PATCH] chore: readme updates --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5e213e8..ccd69d1 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,13 @@ Before you begin, you need to install the following tools: ## Quickstart -To get started with Scaffold-ETH 2, follow the steps below: +To get started with Scaffold-ETH 2 Hacker Edition, follow the steps below: 1. Clone this repo & install dependencies ``` -git clone https://github.com/scaffold-eth/scaffold-eth-2.git -cd scaffold-eth-2 +git clone https://github.com/dynamic-labs/hackathon-starter-kit +cd hackathon-starter-kit yarn install ```