Skip to content

Commit bc4374f

Browse files
authored
Update default port (#295)
Background: The README specifies that the server runs on port 5000, but it runs on 5001. Modifications: Update README to specify port 5001. Result: The port specified by the README is correct when booting the default getting-started server.
1 parent 66197d7 commit bc4374f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ npm install
1515
$ npm start
1616
```
1717

18-
Your app should now be running on [localhost:5000](http://localhost:5000/).
18+
Your app should now be running on [localhost:5001](http://localhost:5001/).
1919

2020
## Deploying to Heroku
2121

0 commit comments

Comments
 (0)