Skip to content

Commit

Permalink
docs: correct typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpion9979 committed Aug 4, 2023
1 parent a32a66e commit dd47666
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ Specific tests can be run using `forge test` conventions, specified in more deta

### Deploy Commands

| Command | Description |
| ------------------------- | -------------------------------------------------------------------------------------------- |
| `make deploy-sheetheads` | Deploy SheetHeads contract (e.g. `make deploy sheet=0x123... bots=0x123... network=mainnet`) |
| `make deploy-spreadsheet` | Deploy SpreadSheet contract (e.g. `make deploy network=mainnet`) |
| Command | Description |
| ------------------------- | --------------------------------------------------------------------------------------------------------- |
| `make deploy-sheetheads` | Deploy SheetHeads contract (e.g. `make deploy-sheetheads network=mainnet`) |
| `make deploy-spreadsheet` | Deploy SpreadSheet contract (e.g. `make deploy-spreadsheet sheet=0x123... bots=0x123... network=mainnet`) |

For instructions on how to deploy to a testnet or mainnet, check out the
[Solidity Scripting tutorial](https://book.getfoundry.sh/tutorials/solidity-scripting.html).
Expand Down

0 comments on commit dd47666

Please sign in to comment.