Skip to content

Commit e18c9eb

Browse files
authored
Fix readme (#121)
1 parent b317c75 commit e18c9eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/opportunity-provider/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ $PERMIT2 $AMOUNT
3131
Then update the `opportunities.json` and `config.json` files for the opportunity you want to provide, and then run the following command:
3232

3333
```
34-
$ npm run opportunity-provider -- --private-key $PRIVATE_KEY
34+
$ npm run provide-opportunity -- --private-key $PRIVATE_KEY
3535
```
3636

3737
To create and submit random opportunities for load test, first update the `tokens.json` file, and use the following command:
3838

3939
```
40-
$ npm run opportunity-provider -- --private-key $PRIVATE_KEY --load-test --count 10
40+
$ npm run provide-opportunity -- --private-key $PRIVATE_KEY --load-test --count 10
4141
```

0 commit comments

Comments
 (0)