Fix grammar in README

This commit is contained in:
Kevin Goslar 2024-01-09 06:45:47 -06:00 committed by Christian Rocha
parent 705292761d
commit 6ff6405ae4
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ func (m model) View() string {
The only thing left to do is run the program, so let's do that! Our initial The only thing left to do is run the program, so let's do that! Our initial
model doesn't need any data at all in this case, we just initialize it with model doesn't need any data at all in this case, we just initialize it with
as a `struct` with defaults. a `model` struct with default values.
```go ```go
func main() { func main() {