Skip to content

Commit 9b176a4

Browse files
committed
Camp on conventional start command
1 parent d0e8cf0 commit 9b176a4

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.body.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Getting Started
22

33
1. Install the dependencies: `npm install`
4-
1. Run `npm run runner`
5-
1. To view your transaction, follow instructions at the end of the sample output
4+
1. Run `npm run start`
5+
1. To view your transaction, follow instructions at the end of the sample output

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ XYO Layer One Protocol Sample Code [Node]
1313
## Getting Started
1414

1515
1. Install the dependencies: `npm install`
16-
1. Run `npm run runner`
16+
1. Run `npm run start`
1717
1. To view your transaction, follow instructions at the end of the sample output
1818

19+
1920
## Maintainers
2021

2122
- [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"compile": "tsc",
2121
"lint": "eslint",
2222
"readme:gen": "node scripts/readme-gen.mjs",
23-
"runner": "tsx ./src/helloWorldRunner.ts",
23+
"start": "tsx ./src/helloWorldRunner.ts",
2424
"xl1": "xl1 ."
2525
},
2626
"dependencies": {

0 commit comments

Comments
 (0)