diff --git a/README.md b/README.md index b401f2b..cedf643 100644 --- a/README.md +++ b/README.md @@ -67,11 +67,13 @@ Hungry for more? See the [other examples][examples]. [examples]: https://github.com/charmbracelet/tea/tree/master/examples +## Other Resources -## Authors +* [Termenv](https://github.com/muesli/termenv): advanced ANSI style and color + support for your terminal applications. Very useful when rendering your + views. -* [Christian Rocha](https://github.com/meowgorithm) -* [Christian Muehlhaeuser](https://github.com/muesli) +## Acknowledgments Heavily inspired by both [The Elm Architecture][elm] by Evan Czaplicki et al. and [go-tea][gotea] by TJ Holowaychuk. @@ -79,12 +81,6 @@ and [go-tea][gotea] by TJ Holowaychuk. [elm]: https://guide.elm-lang.org/architecture/ [gotea]: https://github.com/tj/go-tea -## Other Resources - -* [Termenv](https://github.com/muesli/termenv): advanced ANSI style and color - support for your terminal applications. Very useful when rendering in your - views! - ## License [MIT](https://github.com/charmbracelet/tea/raw/master/LICENSE)