diff --git a/README.md b/README.md index f597fbe..c808350 100644 --- a/README.md +++ b/README.md @@ -41,15 +41,16 @@ Be sure to check out [Bubbles][bubbles], a library of common UI components for B ## Tutorial 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. diff --git a/tutorials/basics/README.md b/tutorials/basics/README.md index 9d39ee8..adec6aa 100644 --- a/tutorials/basics/README.md +++ b/tutorials/basics/README.md @@ -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.