From a7d6b5cd70f1cf63855967a20627f43b663904dd Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Wed, 14 Sep 2022 21:20:56 -0400 Subject: [PATCH] docs(tutorials): fix typo in basics tutorial and move a paragraph --- README.md | 11 ++++++----- tutorials/basics/README.md | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) 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.