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 ```