From 4dd15df7433e7ab7c2415f4c6113d326dd282276 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Fri, 31 Jul 2020 17:38:35 -0400 Subject: [PATCH] Add graphic header to README + small copy adjustments --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9b0d70b..d1bd610 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# Bubble Tea +Bubble Tea +==========

+ Bubble Tea Title Treatment
GoDoc Build Status

@@ -13,7 +15,8 @@ either inline, full-window, or a mix of both. It's been battle-tested in several large projects and is production-ready. It features a standard framerate-based renderer which is used by default as -well as support for high-performance scrollable regions when needed. +well as a renderer for high-performance scrollable regions, which works +alongside the main renderer. To get started, see the [tutorials][tutorials] and [examples][examples]. @@ -44,8 +47,8 @@ For some Bubble Tea programs in production, see: ## Acknowledgments -Inspired by [The Elm Architecture][elm] by Evan Czaplicki et al. and -[go-tea][gotea] by TJ Holowaychuk. +Based on [The Elm Architecture][elm] by Evan Czaplicki et alia +and [go-tea][gotea] by TJ Holowaychuk. [elm]: https://guide.elm-lang.org/architecture/ [gotea]: https://github.com/tj/go-tea