mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
docs(tutorials): fix typo in basics tutorial and move a paragraph
This commit is contained in:
@@ -2,15 +2,16 @@ Bubble Tea Basics
|
||||
=================
|
||||
|
||||
Bubble Tea is based on the functional design paradigms of [The Elm
|
||||
Architecture][elm], which happen to work nicely with Go. It's a delightful way to
|
||||
build applications.
|
||||
|
||||
By the way, the non-annotated source code for this program is available
|
||||
[on GitHub](https://github.com/charmbracelet/bubbletea/tree/master/tutorials/basics).
|
||||
Architecture][elm], which happens to work nicely with Go. It's a delightful way
|
||||
to build applications.
|
||||
|
||||
This tutorial assumes you have a working knowledge of Go.
|
||||
|
||||
By the way, the non-annotated source code for this program is available
|
||||
[on GitHub][tut-source].
|
||||
|
||||
[elm]: https://guide.elm-lang.org/architecture/
|
||||
[tut-source]:https://github.com/charmbracelet/bubbletea/tree/master/tutorials/basics
|
||||
|
||||
## Enough! Let's get to it.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user