forked from Mirrors/bubbletea
docs(tutorials): fix typo in basics tutorial and move a paragraph
This commit is contained in:
parent
1a0beff868
commit
a7d6b5cd70
11
README.md
11
README.md
|
@ -41,15 +41,16 @@ Be sure to check out [Bubbles][bubbles], a library of common UI components for B
|
||||||
## Tutorial
|
## Tutorial
|
||||||
|
|
||||||
Bubble Tea is based on the functional design paradigms of [The Elm
|
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
|
Architecture][elm], which happens to work nicely with Go. It's a delightful way
|
||||||
build applications.
|
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).
|
|
||||||
|
|
||||||
This tutorial assumes you have a working knowledge of Go.
|
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/
|
[elm]: https://guide.elm-lang.org/architecture/
|
||||||
|
[tut-source]:https://github.com/charmbracelet/bubbletea/tree/master/tutorials/basics
|
||||||
|
|
||||||
### Enough! Let's get to it.
|
### Enough! Let's get to it.
|
||||||
|
|
||||||
|
|
|
@ -2,15 +2,16 @@ Bubble Tea Basics
|
||||||
=================
|
=================
|
||||||
|
|
||||||
Bubble Tea is based on the functional design paradigms of [The Elm
|
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
|
Architecture][elm], which happens to work nicely with Go. It's a delightful way
|
||||||
build applications.
|
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).
|
|
||||||
|
|
||||||
This tutorial assumes you have a working knowledge of Go.
|
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/
|
[elm]: https://guide.elm-lang.org/architecture/
|
||||||
|
[tut-source]:https://github.com/charmbracelet/bubbletea/tree/master/tutorials/basics
|
||||||
|
|
||||||
## Enough! Let's get to it.
|
## Enough! Let's get to it.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue