Skip to content

Commit

Permalink
update file path for new NFT contract in description (#1048)
Browse files Browse the repository at this point in the history
Co-authored-by: wbnns <hello@wbnns.com>
  • Loading branch information
jackchuma and wbnns authored Oct 8, 2024
1 parent fa379d0 commit a16234e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/base-docs/tutorials/docs/0_deploy-with-foundry.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ To add the OpenZeppelin Contracts library to your project, run:
forge install openzeppelin/openzeppelin-contracts
```

In your project, delete the `src/Counter.sol` contract that was generated with the project and add the above code in a new file called `contracts/NFT.sol`. (You can also delete the `test/Counter.t.sol` and `script/Counter.s.sol` files, but you should add your own tests ASAP!).
In your project, delete the `src/Counter.sol` contract that was generated with the project and add the above code in a new file called `src/NFT.sol`. (You can also delete the `test/Counter.t.sol` and `script/Counter.s.sol` files, but you should add your own tests ASAP!).

To compile our basic NFT contract using Foundry, run:

Expand Down

0 comments on commit a16234e

Please sign in to comment.