Skip to content

Commit 97c17d1

Browse files
committed
update readme
1 parent 9649125 commit 97c17d1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ $ anvil
2323
### Deploy
2424

2525
```shell
26-
$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>
26+
forge script script/SoraContract.s.sol --broadcast --rpc-url $RPC_URL --private-key $PRIVATE_KEY
2727
```
2828

29-
### Cast
30-
31-
```shell
32-
$ cast <subcommand>
33-
```

0 commit comments

Comments
 (0)