Skip to content

Commit 7630f3b

Browse files
authored
docs: Fix port in README.md (#19)
The application (in the development environment at least) listens on port 8080, but README.md specifies http://localhost:8000/ as the application url.
1 parent a18c8f0 commit 7630f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ System to bet when SM ends. I heard there are great rewards for those who win.
77
## Running
88
`docker compose watch`
99

10-
Open http://localhost:8000/ in your browser.
10+
Open http://localhost:8080/ in your browser.
1111

1212
Or if you hate docker, you can continue reading this document.
1313

0 commit comments

Comments
 (0)