mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
docs: readme improvements (#448)
* docs: fix hierarchy in literate version of the basics tutorial * docs: small correction to comment in literate tutorial * docs: improve wording in logging section of the README * docs: fix spelling (thanks maas)
This commit is contained in:
@@ -59,7 +59,7 @@ the initial model as a variable elsewhere, too.
|
||||
```go
|
||||
func initialModel() model {
|
||||
return model{
|
||||
// Our shopping list is a grocery list
|
||||
// Our to-do list is a grocery list
|
||||
choices: []string{"Buy carrots", "Buy celery", "Buy kohlrabi"},
|
||||
|
||||
// A map which indicates which choices are selected. We're using
|
||||
|
||||
Reference in New Issue
Block a user