Missed occurences in rename

This commit is contained in:
2026-06-10 17:02:45 +02:00
parent 83ecb3b862
commit f588518bc1
+3 -3
View File
@@ -13,8 +13,8 @@ binary, polls stored in a plain JSON file.
Requires Go 1.22+. Requires Go 1.22+.
```sh ```sh
go build -o groupdates . go build -o mediator .
./groupdates ./mediator
``` ```
Open http://localhost:8080 — that's the page for creating a poll. Open http://localhost:8080 — that's the page for creating a poll.
@@ -81,4 +81,4 @@ static/style.css styles
``` ```
Static files are embedded into the binary with `go:embed`, so the compiled Static files are embedded into the binary with `go:embed`, so the compiled
`groupdates` binary is all you need to deploy. `mediator` binary is all you need to deploy.