Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
fix: update hello-world.md (#927)
Browse files Browse the repository at this point in the history
  • Loading branch information
jholmes91 authored Mar 24, 2024
1 parent 25f249e commit 6c8e615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build/quick-start/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Run the following command in your terminal to create a new project using zkSync
npx zksync-cli create hello-zksync
```

It will give you options for different types of projects but for this tutorial choose the the following:
It will give you options for different types of projects but for this tutorial choose the following:

```bash
? What type of project do you want to create? Contracts
Expand All @@ -67,7 +67,7 @@ The private key of your wallet will be included in the `.env` file of the projec

:::

The project structure is pretty straight forward:
The project structure is pretty straightforward:

- `hardhat.config.ts` contains the general configuration for Hardhat and the zkSync plugins, which are already imported and setup.
- `/contracts` contains smart contracts. `zksync-cli` provides common examples like an ERC20, an NFT, and the Greeter contract that we'll use later on.
Expand Down

0 comments on commit 6c8e615

Please sign in to comment.