Skip to content

Commit b1194d5

Browse files
committed
refactor: rename script to use kebab case, for consistency
1 parent 87f0c2c commit b1194d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ npm run create
4141
npm run pay
4242
npm run declare
4343
npm run delegate
44+
npm run create-many
4445
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"declare": "node src/declarePaymentSentAndReceived.js",
1313
"delegate": "node src/delegateDeclarePaymentSentAndReceived.js",
1414
"hinkal-deposit": "node src/depositToHinkalShieldedAddress.js",
15-
"createMany": "node src/createManyConcurrentRequests.js"
15+
"create-many": "node src/createManyConcurrentRequests.js"
1616
},
1717
"author": "",
1818
"license": "ISC",

0 commit comments

Comments
 (0)