Skip to content

Commit

Permalink
Merge pull request #145 from horuslabsio/deploy
Browse files Browse the repository at this point in the history
chore fix deployment  error
  • Loading branch information
Darlington02 authored Aug 25, 2024
2 parents a047e8e + 5340fdf commit 6df7a9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
4 changes: 3 additions & 1 deletion website/app/components/features/Burner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ const Burner = () => {
</span>
</h2>
<p className="text-[#BC988C]">
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
</p>
</div>
</Link>
);
Expand Down

0 comments on commit 6df7a9f

Please sign in to comment.