Skip to content

Commit

Permalink
fix: update 101 start script (#270)
Browse files Browse the repository at this point in the history
Fixes #183
  • Loading branch information
achingbrain authored Jan 19, 2024
1 parent 345d277 commit 3b0bdf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Make sure you have installed all of the following prerequisites on your developm

```console
> npm install
> npm start
> node ./101-basics.js
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start": "node 101-basics.js",
"serve": "npm run start",
"test": "test-node-example test/*"
},
Expand Down

0 comments on commit 3b0bdf7

Please sign in to comment.