Skip to content

Commit c0bf11d

Browse files
authored
Merge pull request #222 from bootdotdev/ms_port_8080
change port to 8080
2 parents adf875e + 32d6e84 commit c0bf11d

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
@@ -9,7 +9,7 @@ Make sure you're on Go version 1.20+.
99
Create a `.env` file in the root of the project with the following contents:
1010

1111
```bash
12-
PORT="8000"
12+
PORT="8080"
1313
```
1414

1515
Run the server:

0 commit comments

Comments
 (0)