diff --git a/README.md b/README.md index 68ec08c..c675a38 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # oopsie +This is the README for the Oopsie project, that I'm building through my [WeblogPoMo 2024 series](https://lewisdale.dev/post/tag/WeblogPoMo2024/). + +## Running the server + +```bash +go run main.go +``` + +The server will start on port `8000` by default. \ No newline at end of file