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:
Christian Rocha
2022-09-12 10:27:39 -04:00
committed by GitHub
parent d0f3e1e052
commit bf3996256b
2 changed files with 18 additions and 18 deletions

View File

@@ -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