From 5340fdf0078de4f2e990b041db7fa63df0f6856f Mon Sep 17 00:00:00 2001 From: Stephanie Egbuonu <100955511+stephanniegb@users.noreply.github.com> Date: Sun, 25 Aug 2024 23:28:10 +0100 Subject: [PATCH] chore fix deployment error --- Readme.md | 4 ++-- website/app/components/features/Burner.tsx | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 5e0dbf5..98e7a69 100644 --- a/Readme.md +++ b/Readme.md @@ -12,12 +12,12 @@ Before you begin, you need to install the following tools: - [Rust](https://www.rust-lang.org/tools/install) - [Git](https://git-scm.com/downloads) -## QUICKSTART +## QUICK START To get started with Starknet-Scaffold, Clone this repo: ``` -git clone git@github.com:argentlabs/Starknet-Scaffold.git +git clone git@github.com:horuslabsio/Starknet-Scaffold.git cd Starknet-Scaffold ``` diff --git a/website/app/components/features/Burner.tsx b/website/app/components/features/Burner.tsx index e62318e..83b65cc 100644 --- a/website/app/components/features/Burner.tsx +++ b/website/app/components/features/Burner.tsx @@ -28,7 +28,9 @@ const Burner = () => {

- A simple tool for generating temporary wallets for use during the course of development + A simple tool for generating temporary wallets for use during the + course of development +

);