Skip to content

Commit

Permalink
fix: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
anegg0 committed Jan 19, 2025
1 parent a8814c1 commit 6ec2184
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ Let's implement the "Web3" version of the above vending machine using Arbitrum.
</CustomDetails>

<CustomDetails summary="Yarn">
Yarn is the package manager we'll use to install dependencies. See [yarnpkg.com](https://yarnpkg.com/) to install.
Yarn is the package manager we'll use to install dependencies. See
[yarnpkg.com](https://yarnpkg.com/) to install.
</CustomDetails>

<CustomDetails summary="Foundry">
Expand Down Expand Up @@ -461,3 +462,5 @@ If you have any questions or feedback, reach out to us on [Discord](https://disc
[^4]: When our `VendingMachine` contract is deployed to Ethereum, it'll be hosted by Ethereum's decentralized network of nodes. Generally speaking, we won't be able to modify the contract's code after it's deployed.
[^5]: To learn more about how Ethereum wallets work, see [Ethereum.org's introduction to Ethereum wallets](https://ethereum.org/en/wallets/).
[^6]: Visit the [Gentle Introduction to Arbitrum](../intro/intro.mdx) for a beginner-friendly introduction to Arbitrum's rollup protocol.
```

0 comments on commit 6ec2184

Please sign in to comment.