Correct help in spinners demo (see #38)

This commit is contained in:
Christian Rocha
2020-12-07 17:38:20 -05:00
parent 8e01f5f58a
commit 01cb02ddd1

View File

@@ -94,6 +94,6 @@ func (m model) View() (s string) {
gap = " "
}
s += fmt.Sprintf("\n %s%s%s\n\n", m.spinner.View(), gap, textStyle("Spinning..."))
s += helpStyle("j/k, ←/→: change spinner • q: exit\n")
s += helpStyle("h/l, ←/→: change spinner • q: exit\n")
return
}