forked from Mirrors/bubbletea
Fix grammar in README
This commit is contained in:
parent
705292761d
commit
6ff6405ae4
|
@ -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
|
||||
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
|
||||
func main() {
|
||||
|
|
Loading…
Reference in New Issue