Skip to content

Commit

Permalink
rebased / readme
Browse files Browse the repository at this point in the history
  • Loading branch information
elmariachi111 committed Aug 10, 2020
1 parent 7245dbb commit 5da6815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ and send some test ether to your metamask instance on the same network

then

`oz deploy` take down its address, add it to your `.secrets.json` as `contractAddress`:
`npx oz deploy` take down its address, add it to your `.secrets.json` as `contractAddress`:

```
{
Expand Down
1 change: 1 addition & 0 deletions src/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const Main: React.FC = () => {

return (
<div>
<p>oh hai {account}</p>
<p>You've got {ethBalance}ETH</p>
<p>to spare with others.</p>
</div>
Expand Down

0 comments on commit 5da6815

Please sign in to comment.