diff --git a/README.md b/README.md index 9d948a5..04be622 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ ## Running -Create a `.env` file in the root of the project, see `example.env`. Run `go mod tidy` and `go run cmd/main.go`. Navigate to `localhost:port`, where port is specified in `.env`. \ No newline at end of file +Create a `.env` file in the root of the project, see `example.env`. Run `go mod tidy` and `go run main.go`. Navigate to `localhost:port`, where port is specified in `.env`.