Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed Feb 8, 2024
1 parent 9116145 commit dffe1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This command starts a local Ethereum network using Foundry. The network runs on
yarn deployDemo
```

This command deploys a test smart contract to the local network. The contract is located in `packages/foundry/lib/reputation/src/ReputationTokensStandalone`.
This command deploys a test smart contract to the local network. The contract is located at `packages/foundry/lib/reputation/src/ReputationTokensStandalone.sol`.

The `yarn deploy` command uses the deploy script located in `packages/foundry/script/DeployDemo.s.sol` to deploy the contract to the network. You can also customize the deploy script.

Expand Down

0 comments on commit dffe1cf

Please sign in to comment.