Skip to content

Commit

Permalink
Fix port number in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Aug 18, 2024
1 parent ba5ba79 commit 52d1cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ npm install
npm run serve
```

This will start a local server at http://localhost:8000/ (or a subsequent port if this one is in use). Any modifications to the source will cause the application to be reloaded with the modifications applied.
This will start a local server at http://localhost:8010/ (or a subsequent port if this one is in use). Any modifications to the source will cause the application to be reloaded with the modifications applied.

If you are using Visual Studio Code, you can also use <kbd>Shift</kbd>+<kbd>Ctrl</kbd>+<kbd>B</kbd> instead.

Expand Down

0 comments on commit 52d1cfa

Please sign in to comment.