Add graphic header to README + small copy adjustments

This commit is contained in:
Christian Rocha 2020-07-31 17:38:35 -04:00 committed by GitHub
parent e202d499a5
commit 4dd15df743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,8 @@
# Bubble Tea
Bubble Tea
==========
<p>
<img src="https://stuff.charm.sh/bubble-tea-header-github.png" width="523" height"225" alt="Bubble Tea Title Treatment"><br>
<a href="https://pkg.go.dev/github.com/charmbracelet/bubbletea?tab=doc"><img src="https://godoc.org/github.com/golang/gddo?status.svg" alt="GoDoc"></a>
<a href="https://github.com/charmbracelet/bubbletea/actions"><img src="https://github.com/charmbracelet/glow/workflows/build/badge.svg" alt="Build Status"></a>
</p>
@ -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