Skip to content

Commit b5a76f3

Browse files
authored
Merge pull request #1 from andyli11/port-change
Update README to use port 8000 instead of 5000 for better macOS compatibility
2 parents cadbe15 + bde4c4f commit b5a76f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ for message in chat.get_history():
6868
7. Run the app:
6969

7070
```bash
71-
$ flask run
71+
$ flask run --port=8000
7272
```
7373

74-
You should now be able to access the app from your browser at the following URL: [http://localhost:5000](http://localhost:5000)!
74+
You should now be able to access the app from your browser at the following URL: [http://localhost:8000](http://localhost:8000)!

0 commit comments

Comments
 (0)