Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: josh crites <[email protected]>
  • Loading branch information
signorecello and critesjosh authored Jun 17, 2024
1 parent 0fe5208 commit 5829346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite-hardhat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ In the meantime, follow these simple steps to work on your own machine:
bun i # "npm i" or "yarn"
```

3. Run the app with a development node
3. Run the app with a development Ethereum node

```bash
bunx hardhat dev node # "npx hardhat dev node" or "yarn hardhat dev node
```

### Local development

You can run a separate node from the dev environment:
You can run a separate Ethereum node from the dev environment:

```bash
bunx hardhat node
Expand Down

0 comments on commit 5829346

Please sign in to comment.