Missed occurences in rename
This commit is contained in:
@@ -13,8 +13,8 @@ binary, polls stored in a plain JSON file.
|
||||
Requires Go 1.22+.
|
||||
|
||||
```sh
|
||||
go build -o groupdates .
|
||||
./groupdates
|
||||
go build -o mediator .
|
||||
./mediator
|
||||
```
|
||||
|
||||
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
|
||||
`groupdates` binary is all you need to deploy.
|
||||
`mediator` binary is all you need to deploy.
|
||||
|
||||
Reference in New Issue
Block a user