Skip to content

Commit 2b337f9

Browse files
authored
Merge pull request #224 from bootdotdev/ms_port_8080
edit README.md: 8000 --> 8080
2 parents c0bf11d + e5025da commit 2b337f9

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
@@ -18,6 +18,6 @@ Run the server:
1818
go build -o notely && ./notely
1919
```
2020

21-
*This starts the server in non-database mode.* It will serve a simple webpage at `http://localhost:8000`.
21+
*This starts the server in non-database mode.* It will serve a simple webpage at `http://localhost:8080`.
2222

2323
You do *not* need to set up a database or any interactivity on the webpage yet. Instructions for that will come later in the course!

0 commit comments

Comments
 (0)